text_pushed
Description:
public virtual signal void text_pushed (
uint context_id,
string text)
Is emitted whenever a new message gets pushed onto a statusbar's stack.
Parameters:
context_id |
the context id of the relevant message/statusbar
|
text |
the message that was pushed
|