Package: gtk

Function gtk:statusbar-remove

Lambda List

gtk:statusbar-remove (statusbar context message)

Arguments

statusbar -- a gtk:statusbar widget
context -- an unsigned integer with a context identifier
message -- an unsigned integer with a message identifier, as returned by the gtk:statusbar-push function

Details

Forces the removal of a message from the stack of the statusbar. The exact context and message identifier must be specified.

Warning

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

See also

#2023-8-24