| Top |
TeplStatusbarTeplStatusbar — Subclass of GtkStatusbar |
| TeplStatusbar * | tepl_statusbar_new () |
| void | tepl_statusbar_flash_message () |
| void | tepl_statusbar_flash_generic_message () |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkStatusbar ╰── TeplStatusbar
TeplStatusbar implements AtkImplementorIface, GtkBuildable and GtkOrientable.
TeplStatusbar is a subclass of GtkStatusbar with additional features.
The tepl_utils_setup_statusbar() function is already called.
void tepl_statusbar_flash_message (TeplStatusbar *statusbar,guint context_id,const gchar *msg);
Flashes a temporary message on the statusbar.
The message is displayed during a short amount of time and then disappears automatically.
statusbar |
||
context_id |
a context ID obtained with |
|
msg |
the message. |
Since: 6.14
void tepl_statusbar_flash_generic_message (TeplStatusbar *statusbar,const gchar *msg);
Like tepl_statusbar_flash_message() but using a generic context_id
.
If you need to call gtk_statusbar_remove_all() or gtk_statusbar_pop(), then
use tepl_statusbar_flash_message() instead. Otherwise using this function is
sufficient.
Since: 6.14