gtkWindowSetModal
Sets a window modal or non-modal. Modal windows prevent interaction
with other windows in the same application. To keep modal dialogs
on top of main application windows, use
gtkWindowSetTransientFor
to make the dialog transient for the
parent; most window managers
will then disallow lowering the dialog below the parent.
gtkWindowSetModal(object, modal)
|
|
|
whether the window is modal |
Derived by RGtkGen from GTK+ documentation
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.