text-pushedtext-pushed
     
     This signal is fired by a GtkStatusbar when the
     push()  method is called.  It
     carries with it the context_id and the text content
     of the message.
     
   Callback function void callback(GtkStatusbar statusbar, int context_id, string text); 
 |