This signal is fired by a GtkStatusbar when the
pop() method is called, and
also when when the topmost message in the stack is removed using the
remove() method . The signal
carries with it the context_id and the text content
of the message.
Callback function
void callback(GtkStatusbar statusbar, int context_id, string text);