Description Usage Arguments Details Author(s)
If setting
is TRUE
, pressing Enter in the entry
will activate the default
widget for the window containing the entry. This usually means that
the dialog box containing the entry will be closed, since the default
widget is usually one of the dialog buttons.
1 | gtkEntrySetActivatesDefault(object, setting)
|
|
a |
|
|
(For experts: if setting
is TRUE
, the entry calls
gtkWindowActivateDefault
on the window containing the entry, in
the default handler for the gtkWidgetActivate
signal.)
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.