COIN-OR::LEMON - Graph Library

Changeset 1849:a4d1362397fe in lemon-0.x for gui/new_map_win.h


Ignore:
Timestamp:
12/06/05 11:53:38 (18 years ago)
Author:
Hegyi Péter
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@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
  • gui/new_map_win.h

    r1837 r1849  
    77
    88#include <all_include.h>
    9 #include <main_win.h>
     9#include <nbtab.h>
    1010#include <libgnomecanvasmm.h>
    1111#include <libgnomecanvasmm/polygon.h>
     
    1717class NewMapWin : public Gtk::Dialog
    1818{
    19   MainWin & mainwin;
     19  NoteBookTab & mytab;
    2020
    2121public:
     
    2828 
    2929  ///Constructor of NewMapWin creates the widgets shown in NewMapWin.
    30   NewMapWin(const std::string& title, MainWin &, bool itisedge=true, bool edgenode=true);
     30  NewMapWin(const std::string& title, NoteBookTab &, bool itisedge=true, bool edgenode=true);
    3131 
    3232  ///Signal on button is connected to this function,
Note: See TracChangeset for help on using the changeset viewer.