push


Description:

public uint push (uint context_id, string text)

Pushes a new message onto a statusbar’s stack.

Note:

This widget will be removed in GTK 5

Parameters:

this

a `GtkStatusbar`

context_id

the message’s context id, as returned by get_context_id

text

the message to add to the statusbar

Returns:

a message id that can be used with [method@Gtk.Statusbar.remove].