Method
Gtk.Range.get_range_rect
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,
in coordinates relative to range
‘s origin.
This function is useful mainly for GtkRange
subclasses.