Package: gtk

Function gtk-statusbar-push

Lambda List

gtk-statusbar-push (statusbar context text)

Arguments

statusbar -- a gtk-statusbar widget
context -- an unsigned integer with the context ID of the message, as returned by the gtk-statusbar-context-id function
text -- a string with the message to add to statusbar

Return Value

An unsigned integer with a message ID that can be used with the gtk-statusbar-remove function.

Details

Pushes a new message onto the stack of the statusbar.
 

See also

*2021-12-22