What is winfo_id() under Win32

Attila Filetóth tothfile at freemail.hu
Tue Feb 1 08:48:02 EST 2000


Hi!

> you should be able to use wm_frame() (aka frame()) to
> get hold of the outer window:
> 
>     inner = w.winfo_id()
>     outer = string.atoi(w.wm_frame(), 0)

Thank you, it works.

BR,
    Attila



More information about the Python-list mailing list