Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals   Related Pages  

status.c File Reference

Status bar functions. More...

#include <stdlib.h>
#include <gtk/gtk.h>
#include "status.h"

Include dependency graph for status.c:

Include dependency graph

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.


Detailed Description

Status bar functions.

Author:
Lionel ULMER , Darryl Luff

Definition in file status.c.


Function Documentation

GtkWidget* status_bar_new void   
 

Allocate and return the status bar.

Returns:
The status bar widget.

Definition at line 35 of file status.c.


Generated on Sun May 9 19:19:26 2004 for GtkSQL by doxygen1.2.18