Class GTK1.Window
- Description
The basic window. Nothing much to say about it. It can only contain one child widget. Show the main window last to avoid annoying flashes when the subwidget (and it's subwidgets) are added to it, this is done automatically by calling 'window->show_all' when you are done with your widget packing.
Signals: move_resize
set_focus
- Inherit Bin
inherit GTK1.Bin : Bin
- Method create
GTK1.Window GTK1.Window(
int
window_type
)- Description
Argument is one of WINDOW_DIALOG, WINDOW_POPUP and WINDOW_TOPLEVEL