[Top]
GTK2
GTK2.Window
|
Method GTK2.Window()->set_decorated()
- Method
set_decorated
GTK2.Window set_decorated(int setting)
- Description
Add title bar, resize controls, etc.
Default is true, so you may only need to use this function if
you want to remove decorations. Depending on the system, this
function may not have any effect when called on a window that is
already visible, so you should call it before calling show().
|