#include <gtk/gtk.h>
Include dependency graph for status.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| GtkWidget * | status_bar_new (void) | 
| Allocate and return the status bar.  | |
| void | status_pop (void) | 
| Pop the last entry off the statusbar stack. | |
| void | status_push (gchar *msg) | 
| Push a new message onto the status bar stack. | |
| void | progress_reset (void) | 
| Reset the progress bar. | |
| void | progress_update (gfloat percentage) | 
| Update the progress bar. | |
Definition in file status.h.
      
  | 
  
| 
 Allocate and return the status bar. 
 
  | 
  
1.2.18