Statusbar.remove

Forces the removal of a message from a statusbar’s stack. The exact @context_id and @message_id must be specified.

class Statusbar
void
remove
(,)

Parameters

contextId uint

a context identifier

messageId uint

a message identifier, as returned by gtk_statusbar_push()

Meta