![]() |
![]() |
![]() |
Buzztard Bt-Edit Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
#include "bt-edit.h" BtMainStatusbar; #define BT_MAIN_STATUSBAR_DEFAULT BtMainStatusbar * bt_main_statusbar_new (const BtEditApplication *app);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBox +----GtkHBox +----BtMainStatusbar
BtMainStatusbar implements AtkImplementorIface, GtkBuildable and GtkOrientable.
typedef struct _BtMainStatusbar BtMainStatusbar;
the root window for the editor application
#define BT_MAIN_STATUSBAR_DEFAULT _("Ready to rock!")
Default text to display when idle.
BtMainStatusbar * bt_main_statusbar_new (const BtEditApplication *app);
Create a new instance
|
the application the statusbar 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.