[Top]
GTK2
GTK2.Window
|
Method GTK2.Window()->iconify()
- Method
iconify
GTK2.Window iconify()
- Description
Asks to iconify (minimize) this window. Note that you shouldn't
assume the window is definitely iconified afterward, because other
entities (e.g. the user or window manager) could deiconify it again,
or there may not be a window manager in which case iconification isn't
possible, etc.
|