Description Usage Arguments Author(s)
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.
1 | gtkWindowSetModal(object, modal)
|
|
a |
|
whether the window is modal |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.