GTK+ IOStream  Beta
<< GTK+ >> add C++ IOStream operators to GTK+. Now with extra abilities ... like network serialisation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
ProgressBarTest.C File Reference
#include "gtkInterface.H"
#include "Buttons.H"
#include "Labels.H"
#include "ProgressBar.H"
Include dependency graph for ProgressBarTest.C:

Go to the source code of this file.

Functions

gboolean changeProgress (gpointer data)
 
gboolean pulseProgress (gpointer data)
 
static void quit (void *widget, gpointer data)
 
int main (int argc, char *argv[])
 

Variables

float accumulator
 
float fraction
 

Function Documentation

gboolean changeProgress ( gpointer  data)

Definition at line 26 of file ProgressBarTest.C.

Here is the caller graph for this function:

int main ( int  argc,
char *  argv[] 
)

Definition at line 54 of file ProgressBarTest.C.

Here is the call graph for this function:

gboolean pulseProgress ( gpointer  data)

Definition at line 44 of file ProgressBarTest.C.

Here is the caller graph for this function:

static void quit ( void *  widget,
gpointer  data 
)
static

Definition at line 50 of file ProgressBarTest.C.

Here is the caller graph for this function:

Variable Documentation

float accumulator

Definition at line 22 of file ProgressBarTest.C.

float fraction

Definition at line 23 of file ProgressBarTest.C.