Method
Gtk.Statusbar.push
Declaration [src]
guint
gtk_statusbar_push (
GtkStatusbar* statusbar,
guint context_id,
const char* text
)
Parameters
context_id |
guint |
the message’s context id, as returned by
|
|
text |
const char* |
the message to add to the statusbar |
|
Ownership is not transferred to the callee | |
The string is a NUL terminated UTF-8 string |
Return value
Returns: guint |
|
a message id that can be used with
|