API Version: 3.0
Library Version: 3.24
Generated by gi-docgen 2024.2
guint gtk_statusbar_push ( GtkStatusbar* statusbar, guint context_id, const gchar* text )
Pushes a new message onto a statusbar’s stack.
context_id
Type: guint
guint
The message’s context id, as returned by gtk_statusbar_get_context_id().
text
Type: const gchar*
const gchar*
The message to add to the statusbar.
A message id that can be used with gtk_statusbar_remove().