Method

GtkPopoverset_pointing_to

since: 3.12

Declaration [src]

void
gtk_popover_set_pointing_to (
  GtkPopover* popover,
  const GdkRectangle* rect
)

Description [src]

Sets the rectangle that popover will point to, in the coordinate space of the widget popover is attached to, see gtk_popover_set_relative_to().

Available since: 3.12

Parameters

rect

Type: GdkRectangle

Rectangle to point to.

The data is owned by the caller of the method.