COIN-OR::LEMON - Graph Library

Changeset 82:ee009c0f4bcf in glemon-0.x for main_win.cc


Ignore:
Timestamp:
10/21/05 15:32:12 (19 years ago)
Author:
Hegyi Péter
Branch:
gui
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk/gui@2260
Message:

MapSelector? widget is able to pop up NewMap? window. At the moment I hope MapSelector? widget is done.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main_win.cc

    r76 r82  
    33
    44MainWin::MainWin() :
    5   mapwin("Map Setup", mapstorage, gd_canvas),
    6   newmapwin("Creating new map", gd_canvas), gd_canvas(mapstorage, mapwin, (Gtk::Window *)this)
     5  newmapwin("Creating new map", gd_canvas),
     6  mapwin("Map Setup", mapstorage, gd_canvas, newmapwin),
     7  gd_canvas(mapstorage, mapwin, (Gtk::Window *)this)
    78{
    89  set_title ("unsaved file - " + prog_name);
Note: See TracChangeset for help on using the changeset viewer.