Description Usage Arguments Value Author(s)
Utility function; intended to be connected to the "delete-event"
signal on a GtkWindow
. The function calls gtkWidgetHide
on its
argument, then returns TRUE
. If connected to ::delete-event, the
result is that clicking the close button for a window (on the
window frame, top right corner usually) will hide but not destroy
the window. By default, GTK+ destroys windows when ::delete-event
is received.
1 | gtkWidgetHideOnDelete(object)
|
|
a |
[logical] TRUE
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.