Changeset 1592:4708b716d2f4 in lemon-0.x for gui/main_win.h
- Timestamp:
- 07/26/05 23:19:41 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2096
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gui/main_win.h
r1468 r1592 7 7 #include <mapstorage.h> 8 8 #include <map_win.h> 9 #include <new_map_win.h> 9 10 #include <edit_win.h> 10 11 #include <libgnomecanvasmm.h> … … 29 30 ///Window of editorial tools. Its type is \ref EditWin 30 31 EditWin editwin; 32 33 ///We need to store newmapwin, to be able to set the appropriate values for properties of new map. 34 NewMapWin newmapwin; 31 35 32 36 ///The graph will be drawn on this \ref GraphDisplayerCanvas
Note: See TracChangeset
for help on using the changeset viewer.