BtMainStatusbar

BtMainStatusbar — class for the editor main statusbar

Synopsis

#include "bt-edit.h"

struct              BtMainStatusbar;
#define             BT_MAIN_STATUSBAR_DEFAULT
BtMainStatusbar *   bt_main_statusbar_new               (void);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBox
                                 +----GtkHBox
                                       +----BtMainStatusbar

Implemented Interfaces

BtMainStatusbar implements AtkImplementorIface, GtkBuildable and GtkOrientable.

Properties

  "status"                   gchar*                : Write

Description

The statusbar shows some contextual help, as well as things like playback status.

Details

struct BtMainStatusbar

struct BtMainStatusbar;

the root window for the editor application


BT_MAIN_STATUSBAR_DEFAULT

#define BT_MAIN_STATUSBAR_DEFAULT _("Ready to rock!")

Default text to display when idle.


bt_main_statusbar_new ()

BtMainStatusbar *   bt_main_statusbar_new               (void);

Create a new instance

Returns :

the new instance

Property Details

The "status" property

  "status"                   gchar*                : Write

main status text.

Default value: "Ready to rock!"