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.
 

See also

#2023-3-27