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

The 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.

Warning

The gtk:statusbar implementation is deprecated since 4.10. This widget will be removed in GTK 5.
 

See also

2023-4-3