Method
GtkPopoverget_default_widget
since: 3.18
Declaration [src]
GtkWidget*
gtk_popover_get_default_widget (
GtkPopover* popover
)
Description [src]
Gets the widget that should be set as the default while the popover is shown.
Available since: 3.18
Return value
Type: GtkWidget
The default widget,
or NULL
if there is none.
The returned data is owned by the instance. |
The return value can be NULL . |