Method
GtkPopoverset_default_widget
Declaration [src]
void
gtk_popover_set_default_widget (
GtkPopover* popover,
GtkWidget* widget
)
Description [src]
Sets the default widget of a GtkPopover
.
The default widget is the widget that’s activated when the user
presses Enter in a dialog (for example). This function sets or
unsets the default widget for a GtkPopover
.
Sets property | Gtk.Popover:default-widget |
Parameters
widget |
GtkWidget |
A child widget of |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |