Constructor
GtkPopovernew
since: 3.12
Declaration [src]
GtkWidget*
gtk_popover_new (
GtkWidget* relative_to
)
Parameters
relative_to
-
Type:
GtkWidget
GtkWidget
the popover is related to.The argument can be NULL
.The data is owned by the caller of the function.
Return value
Type: GtkWidget
A new GtkPopover
.
The data is owned by the called function. |