BtMainToolbar

BtMainToolbar — class for the editor main toolbar

Synopsis

#include "bt-edit.h"

                    BtMainToolbar;
BtMainToolbar *     bt_main_toolbar_new                 (void);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkToolbar
                                 +----BtMainToolbar

Implemented Interfaces

BtMainToolbar implements AtkImplementorIface, GtkBuildable, GtkToolShell and GtkOrientable.

Description

Contains typical applications buttons for file i/o and playback, plus volume meters and volume control.

Details

BtMainToolbar

typedef struct _BtMainToolbar BtMainToolbar;

the main toolbar for the editor application


bt_main_toolbar_new ()

BtMainToolbar *     bt_main_toolbar_new                 (void);

Create a new instance

Returns :

the new instance