RGtk2 (version 2.20.31)

gtkRangeGetSliderRange: gtkRangeGetSliderRange

Description

This function returns sliders range along the long dimension, in widget->window coordinates.

Usage

gtkRangeGetSliderRange(object)

Arguments

object

Value

A list containing the following elements:
slider.start
return location for the slider's start, or NULL. [ allow-none ]
slider.end
return location for the slider's end, or NULL. [ allow-none ]

Details

This function is useful mainly for GtkRange subclasses. Since 2.20