Method
GtkStatusbarpush
Declaration [src]
guint
gtk_statusbar_push (
  GtkStatusbar* statusbar,
  guint context_id,
  const char* text
)
Parameters
- context_id
- 
            Type: guintThe message’s context id, as returned by gtk_statusbar_get_context_id()
- text
- 
            Type: 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
Type: guint
A message id that can be used with
  gtk_statusbar_remove().