logo top
Main Page   Widgets   Namespaces   Book  

Gtk::VolumeButton Class Reference
[Widgets]

Inheritance diagram for Gtk::VolumeButton:

List of all members.


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.

Since gtkmm 2.12:

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::VolumeButtonwrap (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]

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.


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:

Generated for gtkmm 2.4 by Doxygen 1.5.6 © 1997-2001