![]() |
![]() |
![]() |
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 (void
);
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 (void
);
Create a new instance
Returns : |
the new instance |