gtkRangeGetSliderRange {RGtk2}R Documentation

gtkRangeGetSliderRange

Description

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

Usage

gtkRangeGetSliderRange(object)

Arguments

object

a GtkRange

Details

This function is useful mainly for GtkRange subclasses. Since 2.20

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 ]

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]