Statusbar.push

Pushes a new message onto a statusbar’s stack.

class Statusbar
uint
push
(,
string text
)

Parameters

contextId uint

the message’s context id, as returned by Statusbar.getContextId

text string

the message to add to the statusbar

Return Value

Type: uint

a message id that can be used with Statusbar.remove.