Gtk.Statusbar::text-popped

function callback(statusbar, context_id:Number, text:String, ):void;

Is emitted whenever a new message is popped off 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 just popped