GXK Interface Reference

/opt/src/beast/beast-gtk/gxk/gxkstatusbar.h

SYNOPSIS

DESCRIPTION

GxkStatusBar

/opt/src/beast/beast-gtk/gxk/gxkstatusbar.h:36
struct GxkStatusBar
{
  GtkWidget      *sbar;
  GtkProgressBar *pbar;
  GtkProgress    *prog;
  GtkLabel       *message;
  GtkLabel       *status;
  guint           is_idle;
  guint           timer_id;
};

gxk_status_bar_create

/opt/src/beast/beast-gtk/gxk/gxkstatusbar.h:48
Create a status bar suitable to be packed into windows with status bar support.
RETURNS: status bar container

gxk_status_clear

/opt/src/beast/beast-gtk/gxk/gxkstatusbar.h:60
Clear the current status bar.

gxk_status_enable_error_bell

/opt/src/beast/beast-gtk/gxk/gxkstatusbar.h:49
void  gxk_status_enable_error_bell 
(gboolean enable_error_bell);

gxk_status_errnoprintf

/opt/src/beast/beast-gtk/gxk/gxkstatusbar.h:59
void void  gxk_status_errnoprintf 
(gint         libc_errno,
 const gchar *message_fmt,
 ...);

gxk_status_pop_progress_window

/opt/src/beast/beast-gtk/gxk/gxkstatusbar.h:64

gxk_status_printf

/opt/src/beast/beast-gtk/gxk/gxkstatusbar.h:56
void  gxk_status_printf 
(gfloat       percentage,
 const gchar *status_msg,
 const gchar *message_fmt,
 ...);

gxk_status_push_progress_window

/opt/src/beast/beast-gtk/gxk/gxkstatusbar.h:63

gxk_status_set

/opt/src/beast/beast-gtk/gxk/gxkstatusbar.h:52
void  gxk_status_set 
(gfloat       percentage,
 const gchar *message,
 const gchar *status_msg);
Set the current status bar message, progress percentage (usually 0% - 100% or one of the special values: GXK_STATUS_ERROR, GXK_STATUS_WAIT, GXK_STATUS_IDLE, GXK_STATUS_IDLE_HINT or GXK_STATUS_PROGRESS) and error status.
percentage: progress percentage
message: message to be displayed
status_msg: error status

gxk_status_window_pop

/opt/src/beast/beast-gtk/gxk/gxkstatusbar.h:62
Pop the most recently pushed window from the status bar window stack.

gxk_status_window_push

/opt/src/beast/beast-gtk/gxk/gxkstatusbar.h:61
Push a window onto the stack of windows that have the current status bar.
widget: status bar window