A button which pops up a volume control. More...
Inherits Gtk::ScaleButton.
Public Member Functions | |
virtual | ~VolumeButton () |
GtkVolumeButton* | gobj () |
Provides access to the underlying C GtkObject. | |
const GtkVolumeButton* | gobj () const |
Provides access to the underlying C GtkObject. | |
VolumeButton () | |
Creates a olumeButton, with a range between 0 and 100, with a stepping of 2. | |
Related Functions | |
(Note that these are not member functions.) | |
Gtk::VolumeButton* | wrap (GtkVolumeButton* object, bool take_copy=false) |
A Glib::wrap() method for this object. |
A button which pops up a volume control.
Gtk::VolumeButton is a subclass of Gtk::ScaleButton that has been tailored for use as a volume control widget with suitable icons, tooltips and accessible labels.
virtual Gtk::VolumeButton::~VolumeButton | ( | ) | [virtual] |
Gtk::VolumeButton::VolumeButton | ( | ) |
Creates a olumeButton, with a range between 0 and 100, with a stepping of 2.
Volume values can be obtained and modified using the methods from the ScaleButton base class.
const GtkVolumeButton* Gtk::VolumeButton::gobj | ( | ) | const [inline] |
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::ScaleButton.
GtkVolumeButton* Gtk::VolumeButton::gobj | ( | ) | [inline] |
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::ScaleButton.
Gtk::VolumeButton* wrap | ( | GtkVolumeButton * | object, | |
bool | take_copy = false | |||
) | [related] |
A Glib::wrap() method for this object.
object | The C instance. | |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |