text_popped
Description:
public virtual signal void text_popped (
uint context_id,
string text)
Is emitted whenever a new message is popped off a statusbar's stack.
Parameters:
context_id |
the context id of the relevant message/statusbar
|
text |
the message that was just popped
|