Changeset 1823:cb082cdf3667 in lemon-0.x for gui/main_win.cc
- Timestamp:
- 11/21/05 19:03:20 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2373
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gui/main_win.cc
r1777 r1823 3 3 4 4 MainWin::MainWin() : 5 newmapwin("Creating new map", gd_canvas), 6 mapwin("Map Setup", mapstorage, gd_canvas, newmapwin), 5 mapwin("Map Setup", mapstorage, gd_canvas), 7 6 gd_canvas(mapstorage, mapwin, (Gtk::Window *)this) 8 7 { … … 122 121 123 122 ag->add( Gtk::Action::create("AddMap", Gtk::StockID("gd-newmap")), 124 sigc::mem_fun ( this->newmapwin, &NewMapWin::show ) );123 sigc::mem_fun (new NewMapWin("NewMapWin", gd_canvas), &NewMapWin::show ) ); 125 124 126 125 uim=Gtk::UIManager::create();
Note: See TracChangeset
for help on using the changeset viewer.