Method
GtkPopoverget_pointing_to
Declaration [src]
gboolean
gtk_popover_get_pointing_to (
GtkPopover* popover,
GdkRectangle* rect
)
Description [src]
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 attached
widget width and height if a widget exists, otherwise it will zero-out rect
.
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.