Main Page   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

local.h

Go to the documentation of this file.
00001 typedef struct {char* name;
00002                 char type;      /* 0 = char, 1 = int, 2 = float, 3 = double,
00003                                    4 = string (i.e. char*)                   */
00004                 char* value;
00005                 int width;
00006             } dialog_entry;

Generated at Sun Feb 24 09:57:07 2002 for STARLAB by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001