Method
GtkRangeget_range_rect
since: 2.20
Declaration [src]
void
gtk_range_get_range_rect (
GtkRange* range,
GdkRectangle* range_rect
)
Description [src]
This function returns the area that contains the range’s trough and its steppers, in widget->window coordinates.
This function is useful mainly for GtkRange
subclasses.
Available since: 2.20
Parameters
range_rect
-
Type:
GdkRectangle
Return location for the range rectangle.
The argument will be set by the function. The returned data is owned by the instance.