GtkVolumeButton
GtkVolumeButton — A button which pops up a volume control
Functions
Properties
gboolean | use-symbolic | Read / Write / Construct |
Types and Values
struct | GtkVolumeButton |
Object Hierarchy
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkButton ╰── GtkScaleButton ╰── GtkVolumeButton
Implemented Interfaces
GtkVolumeButton implements AtkImplementorIface, GtkBuildable, GtkActionable, GtkActivatable and GtkOrientable.
Includes
#include <gtk/gtk.h>
Description
GtkVolumeButton is a subclass of GtkScaleButton that has been tailored for use as a volume control widget with suitable icons, tooltips and accessible labels.
Functions
gtk_volume_button_new ()
GtkWidget *
gtk_volume_button_new (void
);
Creates a GtkVolumeButton, with a range between 0.0 and 1.0, with a stepping of 0.02. Volume values can be obtained and modified using the functions from GtkScaleButton.
Returns
a new GtkVolumeButton
Since: 2.12
Types and Values
struct GtkVolumeButton
struct GtkVolumeButton;
Property Details
© 2005–2020 The GNOME Project
Licensed under the GNU Lesser General Public License version 2.1 or later.
https://developer.gnome.org/gtk3/3.20/GtkVolumeButton.html