Package: gtk

Function gtk:statusbar-remove

Lambda List

gtk:statusbar-remove (statusbar context message)

Arguments

statusbar -- a gtk:statusbar widget
context -- an unsigned integer for a context identifier
message -- an unsigned integer for 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.
 

See also

#2025-06-17