Method

GtkRangeget_slider_range

Declaration [src]

void
gtk_range_get_slider_range (
  GtkRange* range,
  int* slider_start,
  int* 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.

Parameters

slider_start

Type: int*

Return location for the slider’s start.

The argument will be set by the function.
The argument can be NULL.
slider_end

Type: int*

Return location for the slider’s end.

The argument will be set by the function.
The argument can be NULL.