Gtk.Statusbar::text-pushed
function callback(statusbar, context_id:Number, text:String, ):void;
Is emitted whenever a new message gets pushed onto a statusbar's stack.
- statusbar
 instance of Gtk.Statusbar that is emitting the signal
- context_id
 the context id of the relevant message/statusbar
- text
 the message that was pushed