text-pushed

"text-pushed" is emitted when a new message is pushed onto the message stack using push() .

By default, callback will be passed the status bar that emitted the signal, the context id of the message that has been pushed and the text of the message itself.

See also: push()

Callback function

void callback(GtkStatusbar statusbar, int context_id, stringmessage);