Changeset 47:9a0e6e92d06c in glemon-0.x for main_win.h
- Timestamp:
- 07/28/05 16:31:32 (20 years ago)
- Branch:
- gui
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk/gui@2103
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main_win.h
r41 r47 8 8 #include <map_win.h> 9 9 #include <new_map_win.h> 10 #include <edit_win.h>11 10 #include <libgnomecanvasmm.h> 12 11 #include <libgnomecanvasmm/polygon.h> … … 28 27 MapWin mapwin; 29 28 30 ///Window of editorial tools. Its type is \ref EditWin31 EditWin editwin;32 33 29 ///We need to store newmapwin, to be able to set the appropriate values for properties of new map. 34 30 NewMapWin newmapwin; … … 46 42 Gtk::VBox vbox; 47 43 48 ///This function makes map-setup window popped up.49 virtual void showMaps();50 ///This function makes editorial window popped up.51 virtual void showEditorials();52 44 ///Callback for 'FileNew' action. 53 45 virtual void newFile(); … … 58 50 ///Callback for 'FileSaveAs' action. 59 51 virtual void saveFileAs(); 60 ///Callback for 'Quit' action.61 virtual void quit();62 52 }; 63 53
Note: See TracChangeset
for help on using the changeset viewer.