Constructor

GtkPopovernew

since: 3.12

Declaration [src]

GtkWidget*
gtk_popover_new (
  GtkWidget* relative_to
)

Description [src]

Creates a new popover to point to relative_to.

Available since: 3.12

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.