Method
GtkStatusbarpush
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. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |
Return value
Returns: | guint |
A message id that can be used with
|