Method

Gtk.Popover.set_pointing_to

Declaration [src]

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

Description [src]

Sets the rectangle that popover points to.

This is in the coordinate space of the popover parent.

Parameters

rect const GdkRectangle*
 

rectangle to point to

 Ownership is not transferred to the callee