| Buzztard Bt-Edit Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | ||||
#include "bt-edit.h"
struct BtMainStatusbar;
#define BT_MAIN_STATUSBAR_DEFAULT
BtMainStatusbar * bt_main_statusbar_new (void);
GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkBox
+----GtkHBox
+----BtMainStatusbar
BtMainStatusbar implements AtkImplementorIface, GtkBuildable and GtkOrientable.
#define BT_MAIN_STATUSBAR_DEFAULT _("Ready to rock!")
Default text to display when idle.
BtMainStatusbar * bt_main_statusbar_new (void);
Create a new instance
Returns : |
the new instance |