What is winfo_id() under Win32
Attila Filetóth
tothfile at freemail.hu
Tue Feb 1 08:48:02 EST 2000
More information about the Python-list mailing list
Tue Feb 1 08:48:02 EST 2000
- Previous message (by thread): What is winfo_id() under Win32
- Next message (by thread): What is winfo_id() under Win32
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): What is winfo_id() under Win32
- Next message (by thread): What is winfo_id() under Win32
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list