![]() |
![]() |
![]() |
Buzztard Bt-Edit Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
#include "bt-edit.h"
struct BtMainToolbar;
BtMainToolbar * bt_main_toolbar_new (const BtEditApplication *app
);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkToolbar +----BtMainToolbar
BtMainToolbar implements AtkImplementorIface, GtkBuildable, GtkToolShell and GtkOrientable.
Contains typical applications buttons for file i/o and playback, plus volume meters and volume control.
BtMainToolbar * bt_main_toolbar_new (const BtEditApplication *app
);
Create a new instance
|
the application the toolbar belongs to |
Returns : |
the new instance or NULL in case of an error |
"app"
property"app" BtEditApplication* : Read / Write / Construct Only
Set application object, the menu belongs to.