2 #ifndef __GXK_STATUS_BAR_H__
3 #define __GXK_STATUS_BAR_H__
10 #define GXK_STATUS_PROGRESS (+200.0)
11 #define GXK_STATUS_DONE (+100.0)
12 #define GXK_STATUS_IDLE_HINT (-0.4)
13 #define GXK_STATUS_IDLE (-0.5)
14 #define GXK_STATUS_WAIT (-1.0)
15 #define GXK_STATUS_ERROR (-2.0)
34 void gxk_status_enable_error_bell (gboolean enable_error_bell);
37 const gchar *status_msg);
38 #define gxk_status_printf(percentage, status_msg, ...) gxk_status_set (percentage, status_msg, Rapicorn::string_format (__VA_ARGS__).c_str())
42 void gxk_status_push_progress_window (gpointer widget);
43 void gxk_status_pop_progress_window (
void);
void gxk_status_window_push(gpointer widget)
Definition: gxkstatusbar.cc:276
GtkWidget * gxk_status_bar_create(void)
Definition: gxkstatusbar.cc:64
Definition: gxkstatusbar.hh:20
void gxk_status_window_pop(void)
Pop the most recently pushed window from the status bar window stack.
Definition: gxkstatusbar.cc:291
void gxk_status_set(gfloat percentage, const gchar *message, const gchar *status_msg)
Definition: gxkstatusbar.cc:259
void gxk_status_clear(void)
Clear the current status bar.
Definition: gxkstatusbar.cc:155