COIN-OR::LEMON - Graph Library

Changeset 96:e664d8aa3f72 in glemon-0.x for graph-displayer.cc


Ignore:
Timestamp:
12/06/05 11:53:38 (18 years ago)
Author:
Hegyi Péter
Branch:
gui
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk/gui@2414
Message:

Notebook style is provided. Without opportunity to close tabs. :-) But with all other necessary things (I think).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • graph-displayer.cc

    r81 r96  
    6262  Gtk::Main app(argc, argv);
    6363
    64   MainWin mainwin;
     64  MainWin mytab;
    6565
    6666  if ((argc == 2) && (Glib::file_test(argv[1], Glib::FILE_TEST_IS_REGULAR)))
    67   {
    68     mainwin.readFile(argv[1]);
    69   }
     67    {
     68      mytab.readFile(argv[1]);
     69    }
    7070 
    71   app.run(mainwin);
     71  app.run(mytab);
    7272
    7373  return 0;
Note: See TracChangeset for help on using the changeset viewer.