Method
GtkPopoverget_pointing_to
Declaration [src]
gboolean
gtk_popover_get_pointing_to (
GtkPopover* popover,
GdkRectangle* rect
)
Description [src]
Gets the rectangle that the popover points to.
If a rectangle to point to has been set, this function will
return TRUE
and fill in rect
with such rectangle, otherwise
it will return FALSE
and fill in rect
with the parent
widget coordinates.
Gets property | Gtk.Popover:pointing-to |
Parameters
rect
-
Type:
GdkRectangle
Location to store the rectangle.
The argument will be set by the function. The returned data is owned by the instance.