Main Page   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

c_lux.h

Go to the documentation of this file.
00001 
00002 /* lux.h: Definitions needed for the lux interface. */
00003 
00004 #include "c_stdinc.h"
00005 
00006 typedef unsigned long Window;
00007 typedef unsigned long Color;
00008 
00009 #define GRAPH_WINDOW    1
00010 #define POPUP_WINDOW    2
00011 #define DIALOG_WINDOW   3
00012 #define BUTTON_WINDOW   4
00013 #define INPUT_WINDOW    5
00014 #define TEXT_WINDOW     6    
00015 
00016 #define NO_TYPE         0
00017 #define OK_BUTTON       1
00018 #define CANCEL_BUTTON   2
00019 #define CHECK_BUTTON    3
00020 #define OK_KEEP_BUTTON  4
00021 
00022 enum   {ok=1, ok_keep, cancel};

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