Method
GtkWidgetget_clip
Declaration [src]
void
gtk_widget_get_clip (
GtkWidget* widget,
GtkAllocation* clip
)
Description [src]
Retrieves the widget’s clip area.
The clip area is the area in which all of widget
‘s drawing will
happen. Other toolkits call it the bounding box.
Historically, in GTK+ the clip area has been equal to the allocation retrieved via gtk_widget_get_allocation().
Available since: | 3.14 |
Parameters
clip |
GtkAllocation |
A pointer to a |
|
The argument will be set by the function. | |
The data is owned by the caller of the function. |