all_include.h
changeset 191 af2ed974ab68
parent 174 95872af46fc4
child 201 879e47e5b731
     1.1 --- a/all_include.h	Tue Feb 20 17:45:44 2007 +0000
     1.2 +++ b/all_include.h	Tue Feb 27 17:18:19 2007 +0000
     1.3 @@ -34,6 +34,7 @@
     1.4  
     1.5  enum {E_WIDTH, E_COLOR, E_TEXT, EDGE_PROPERTY_NUM}; // edge properties;
     1.6  enum {N_RADIUS, N_COLOR, N_TEXT, NODE_PROPERTY_NUM}; // node properties;
     1.7 +enum {N_MAPS, E_MAPS, ARROWS, PAR, EPS_PROPERTY_NUM}; // eps properties;
     1.8  enum {MOVE, CREATE_NODE, CREATE_EDGE, ERASER, MAP_EDIT, TOOL_NUM}; // tools;
     1.9  #define RANGE 3
    1.10  #define WIN_WIDTH 900