text-popped

text-popped

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);

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.