Learn R Programming

RGtk2 (version 2.12.13)

GtkScaleButton: GtkScaleButton

Description

A button which pops up a scale

Arguments

Methods and Functions

gtkScaleButtonNew(size, min, max, step, icons, show = TRUE) gtkScaleButtonSetAdjustment(object, adjustment) gtkScaleButtonSetIcons(object, icons) gtkScaleButtonSetValue(object, value) gtkScaleButtonGetAdjustment(object) gtkScaleButtonGetValue(object) gtkScaleButton(size, min, max, step, icons, show = TRUE)

Hierarchy

\link{GObject} +----GInitiallyUnowned +----\link{GtkObject} +----\link{GtkWidget} +----\link{GtkContainer} +----\link{GtkBin} +----\link{GtkButton} +----GtkScaleButton +----\link{GtkVolumeButton}

Interfaces

GtkScaleButton implements AtkImplementorIface and GtkBuildable.

Detailed Description

GtkScaleButton provides a button which pops up a scale widget. This kind of widget is commonly used for volume controls in multimedia applications, and GTK+ provides a GtkVolumeButton subclass that is tailored for this use case.

Convenient Construction

gtkScaleButton is the equivalent of gtkScaleButtonNew.

References

http://developer.gnome.org/doc/API/2.0/gtk/GtkScaleButton.html