Method
Gtk Rangeget_slider_range
since: 2.20
Declaration [src]
void
gtk_range_get_slider_range(
GtkRange*range,
gint*slider_start,
gint*slider_end
)
Description [src]
This function returns sliders range along the long dimension, in widget->window coordinates.
This function is useful mainly for GtkRange subclasses.
Available since: 2.20
Parameters
slider_start-
Type:
gint*Return location for the slider’s start, or
NULL.The argument will be set by the function.The argument can beNULL. slider_end-
Type:
gint*Return location for the slider’s end, or
NULL.The argument will be set by the function.The argument can beNULL.