GtkStatusbar

GtkStatusbar — displays nonessential messages.

Synopsis

class GtkStatusbar GtkHBox
{
}
     

Parent Classes

GtkObject<-- GtkWidget<-- GtkContainer<-- GtkBox<-- GtkHBox<--GtkStatusbar

Methods

get_context_id (context_description)
get_messages ()
pop (context_id)
push (context_id, text)
remove (context_id, message_id)

Related Functions

gtk_statusbar_get_type () -- replaces GTK_TYPE_STATUSBAR
gtk_statusbar_new ()

Example

See the Status Bar example in the Example Code Appendix.