BtVolumePopup

BtVolumePopup — volume popup widget

Synopsis

#include "bt-edit.h"

                    BtVolumePopup;
GtkWidget *         bt_volume_popup_new                 (GtkAdjustment *adj);
void                bt_volume_popup_show                (BtVolumePopup *self);
void                bt_volume_popup_hide                (BtVolumePopup *self);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBin
                                 +----GtkWindow
                                       +----BtVolumePopup

Implemented Interfaces

BtVolumePopup implements AtkImplementorIface and GtkBuildable.

Description

Shows a popup window containing a vertical slider

Details

BtVolumePopup

typedef struct _BtVolumePopup BtVolumePopup;

a volume popup widget


bt_volume_popup_new ()

GtkWidget *         bt_volume_popup_new                 (GtkAdjustment *adj);

Create a new instance

adj :

the adjustment for the popup

Returns :

the new instance or NULL in case of an error

bt_volume_popup_show ()

void                bt_volume_popup_show                (BtVolumePopup *self);

Show and activate the widget

self :

the popup widget

bt_volume_popup_hide ()

void                bt_volume_popup_hide                (BtVolumePopup *self);

Hide and deactivate the widget

self :

the popup widget