all_include.h
branchgui
changeset 32 1f45545f124c
parent 28 fa28f1071bd6
child 36 7a8c41aa3c29
     1.1 --- a/all_include.h	Wed Jun 29 19:44:30 2005 +0000
     1.2 +++ b/all_include.h	Tue Jul 12 18:21:49 2005 +0000
     1.3 @@ -18,7 +18,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 {MOVE, CREATE_NODE, CREATE_EDGE, ERASER, EDGE_MAP_EDIT, TOOL_NUM}; // tools;
     1.8 +enum {MOVE, CREATE_NODE, CREATE_EDGE, ERASER, EDGE_MAP_EDIT, NODE_MAP_EDIT, TOOL_NUM}; // tools;
     1.9  #define RANGE 3
    1.10  #define WIN_WIDTH 900
    1.11  #define WIN_HEIGHT 600