GtkVolumeButton

GtkVolumeButton

Synopsis


#include <gtk/gtk.h>


                    GtkVolumeButton;
GtkWidget*          gtk_volume_button_new               (void);


Description

Details

GtkVolumeButton

typedef struct _GtkVolumeButton GtkVolumeButton;


gtk_volume_button_new ()

GtkWidget*          gtk_volume_button_new               (void);

Creates a GtkVolumeButton, with a range between 0 and 100, with a stepping of 2. Volume values can be obtained and modified using the functions from GtkScaleButton.

Returns : a new GtkVolumeButton

Since 2.12