signal callback delegate or function to connect
void callback(uint contextId, string text, gtk.statusbar.Statusbar statusbar)
contextId the context id of the relevant message/statusbar (optional)
text the message that was just popped (optional)
statusbar the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Deprecated: This widget will be removed in GTK 5
Connect to TextPopped signal.
Emitted whenever a new message is popped off a statusbar's stack.