Signal

Gtk.Statusbar::text-popped

Declaration

void
text_popped (
  GtkStatusbar self,
  guint context_id,
  gchar* text,
  gpointer user_data
)

Description [src]

Emitted whenever a new message is popped off a statusbar’s stack.

Default handler:

The default handler is called after the handlers added via g_signal_connect()

Parameters

context_id guint
 

the context id of the relevant message/statusbar

text gchar*
 

the message that was just popped

 Ownership is not transferred to the callee
 The string is a NUL terminated UTF-8 string