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 pushed (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 TextPushed signal.
Emitted whenever a new message gets pushed onto a statusbar's stack.