|
Data Structures |
struct | statusbar_timeout |
| Timeout entry for statusbar messages. More...
|
Typedefs |
typedef statusbar_timeout | statusbar_timeout_t |
| Timeout entry for statusbar messages.
|
Functions |
| RCSID ("$Id:statusbar.c, v 1.8 2005/08/31 21:37:33 rmanfredi Exp $") |
void | statusbar_gui_free_timeout (struct statusbar_timeout *t) |
| Remove the timeout from the timeout list and free allocated memory.
|
void | statusbar_gui_free_timeout_list (void) |
| Clear the whole timeout list and free allocated memory.
|
void | statusbar_gui_add_timeout (statusbar_msgid_t, guint timeout) |
| Add a statusbar message id to the timeout list, so it will be removed automatically after a number of seconds.
|
GtkStatusbar * | statusbar_get (void) |
statusbar_msgid_t | statusbar_gui_push_v (sb_types_t type, guint scid, guint timeout, const gchar *format, va_list args) |
| Put a message on the statusbar.
|
statusbar_msgid_t | statusbar_gui_push (sb_types_t type, guint scid, guint timeout, const gchar *format,...) |
| Put a message on the statusbar.
|
statusbar_msgid_t | statusbar_gui_message (guint timeout, const gchar *format,...) |
| Put an informational message on the statusbar.
|
statusbar_msgid_t | statusbar_gui_warning (guint timeout, const gchar *format,...) |
| Put a warning message on the statusbar.
|
void | statusbar_gui_init (void) |
void | statusbar_gui_shutdown (void) |
void | statusbar_gui_set_default (const char *format,...) |
void | statusbar_gui_remove (statusbar_msgid_t id) |
void | statusbar_gui_clear_timeouts (time_t now) |
| Check whether statusbar items have expired and remove them from the statusbar.
|
Variables |
const statusbar_msgid_t | zero_msgid |
guint | scid_bottom = (guint) -1 |
guint | scid_hostsfile = (guint) -1 |
guint | scid_queue_freezed = (guint) -1 |
guint | scid_info = (guint) -1 |
guint | scid_ip_changed = (guint) -1 |
guint | scid_warn = (guint) -1 |
GSList * | sl_statusbar_timeouts = NULL |
| List with timeout entries for statusbar messages.
|
gchar * | statbar_botstr = NULL |
gchar * | statbar_botstr_new = NULL |