GtkScaleButton {RGtk2} | R Documentation |
A button which pops up a scale
gtkScaleButtonNew(size, min, max, step, icons, show = TRUE)
gtkScaleButtonSetAdjustment(object, adjustment)
gtkScaleButtonSetIcons(object, icons)
gtkScaleButtonSetValue(object, value)
gtkScaleButtonGetAdjustment(object)
gtkScaleButtonGetValue(object)
gtkScaleButtonGetPopup(object)
gtkScaleButtonGetPlusButton(object)
gtkScaleButtonGetMinusButton(object)
gtkScaleButtonSetOrientation(object, orientation)
gtkScaleButtonSetOrientation(object, orientation)
gtkScaleButtonGetOrientation(object)
gtkScaleButtonGetOrientation(object)
gtkScaleButton(size, min, max, step, icons, show = TRUE)
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkButton +----GtkScaleButton +----GtkVolumeButton
GtkScaleButton implements
AtkImplementorIface, GtkBuildable
, GtkActivatable
and GtkOrientable
.
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.
GtkScaleButton
undocumented
gtkScaleButton
is the equivalent of gtkScaleButtonNew
.
Derived by RGtkGen from GTK+ documentation
http://library.gnome.org/devel//gtk/GtkScaleButton.html