Widget that provides a way to report messages of minor importance.
None.
A GtkStatusbar is a framed label, usually added to the bottom of a window, that provides a way to report messages of minor importance. It is usually updated fairly frequently.
There are two indices in the structure of a statusbar; one is an associative array of message information, and the other is a stack of uniquely-indexed message arrays. The message at the top of the stack is the one currently on display.
GtkStatusbar (void);-- Creates a status bar.
get_context_id() Returns the context id from the description. push() Adds message to top of stack. pop() Removes message from top of stack. remove() Removes designated message from stack.
"text-pushed" Emitted when a message is prepended to the stack. "text-popped" Emitted when a message is popped from the top of the stack.