Gtk::VolumeButton Class Reference
[Widgets]
Inheritance diagram for Gtk::VolumeButton:

Detailed Description
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.
Public Member Functions | |
const GtkVolumeButton* | gobj () const |
Provides access to the underlying C GtkObject. | |
GtkVolumeButton* | gobj () |
Provides access to the underlying C GtkObject. | |
VolumeButton () | |
Creates a olumeButton, with a range between 0 and 100, with a stepping of 2. | |
virtual | ~VolumeButton () |
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. |
Constructor & Destructor Documentation
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.
Member Function Documentation
const GtkVolumeButton* Gtk::VolumeButton::gobj | ( | ) | const [inline] |
GtkVolumeButton* Gtk::VolumeButton::gobj | ( | ) | [inline] |
Friends And Related Function Documentation
Gtk::VolumeButton* wrap | ( | GtkVolumeButton * | object, | |
bool | take_copy = false | |||
) | [related] |
A Glib::wrap() method for this object.
- Parameters:
-
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.
- Returns:
- A C++ instance that wraps this C instance.
The documentation for this class was generated from the following file: