remove
Description:
public void remove (
uint context_id,
uint message_id)
Forces the removal of a message from a statusbar’s stack.
The exact context_id
and message_id
must be specified.
Parameters:
this |
a Statusbar
|
context_id |
a context identifier
|
message_id |
a message identifier, as returned by push
|