BtPanoramaPopup

BtPanoramaPopup — panorama popup widget

Synopsis

#include "bt-edit.h"

                    BtPanoramaPopup;
GtkWidget *         bt_panorama_popup_new               (GtkAdjustment *adj);
void                bt_panorama_popup_show              (BtPanoramaPopup *self);
void                bt_panorama_popup_hide              (BtPanoramaPopup *self);

Object Hierarchy

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

Implemented Interfaces

BtPanoramaPopup implements AtkImplementorIface and GtkBuildable.

Description

Shows a popup window containing a horizontal slider

Details

BtPanoramaPopup

typedef struct _BtPanoramaPopup BtPanoramaPopup;

a volume popup widget


bt_panorama_popup_new ()

GtkWidget *         bt_panorama_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_panorama_popup_show ()

void                bt_panorama_popup_show              (BtPanoramaPopup *self);

Show and activate the widget

self :

the popup widget

bt_panorama_popup_hide ()

void                bt_panorama_popup_hide              (BtPanoramaPopup *self);

Hide and deactivate the widget

self :

the popup widget