index
gtk-- homepage



Description:
Gtk_Statusbar

#include <gtk--/statusbar.h>
Base classes: Gtk_HBox

Text status indicator
This widget is used to display status information. Messages are pushed and poped onto a message stack. When text is pushed it replaces the old contents. The old text is restored when popped.

It derives from Gtk_HBox so that additional information can be added easily.

The message list can be accessed through the messages() list.



Properties:


Public member index:


static GtkType get_type();
GtkStatusbar *gtkobj();
const GtkStatusbar *gtkobj()const;
static bool isA(Gtk_Object *checkcast);
virtual ~Gtk_Statusbar();
Gtk_Statusbar();
signal void text_pushed(guint,const gchar *);
signal void text_popped(guint,const gchar *);
guint get_context_id(const gtkmm_string &context_description)const;
guint push(guint context_id,const gtkmm_string &text);
void pop(guint context_id);
iterator messages_begin();
iterator messages_end();
void remove_message(guint context_id,guint message_id);
inline MsgList &messages();
inline const MsgList &messages()const;
Protected member index:


void initialize_class();
void *get_parent_class();
static void init_parent_class();
explicit Gtk_Statusbar(GtkStatusbar *castitem);
virtual void text_pushed_impl(guint p0,const gchar *p1);
virtual void text_popped_impl(guint p0,const gchar *p1);
Private member index:


Gtk_Statusbar(const Gtk_Statusbar &);
Gtk_Statusbar &operator =(const Gtk_Statusbar &);

Public member details:


Protected member details:


Private member details:



Examples:





(pages generated by PERCEPS -script.)