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 gtk_statusbar_get_context_id()

text string

the message to add to the statusbar

Return Value

Type: uint

a message id that can be used with gtk_statusbar_remove().

Meta