GTK+ IOStream
Beta
<< GTK+ >> add C++ IOStream operators to GTK+. Now with extra abilities ... like network serialisation
|
Go to the source code of this file.
Macros | |
#define | cnt 4 |
#define | TYPE float |
Functions | |
static void | quit (void *wid, gpointer data) |
int | main (int argc, char *argv[]) |
Variables | |
float | x [cnt] ={0.0, 1., 2., 3.} |
float | y1 [cnt] ={0.0, 1., 2., 3.} |
float | y2 [cnt] ={1.0, 2., 3., 4.} |
#define cnt 4 |
Definition at line 31 of file PlotTest.C.
#define TYPE float |
Definition at line 36 of file PlotTest.C.
|
static |
Definition at line 26 of file PlotTest.C.
Definition at line 32 of file PlotTest.C.
Definition at line 33 of file PlotTest.C.
Definition at line 34 of file PlotTest.C.