gui/mapselector.h
changeset 1737 dc821d2668c1
parent 1733 5e0d97823ba2
     1.1 --- a/gui/mapselector.h	Mon Oct 24 08:12:26 2005 +0000
     1.2 +++ b/gui/mapselector.h	Mon Oct 24 10:15:40 2005 +0000
     1.3 @@ -26,6 +26,8 @@
     1.4  
     1.5    bool default_state;
     1.6  
     1.7 +  bool set_new_map;
     1.8 +
     1.9    Gtk::ComboBoxText cbt;
    1.10  
    1.11    Gtk::Button * newbut, * defbut;
    1.12 @@ -50,6 +52,8 @@
    1.13    ///to change the visible values of that attribute.
    1.14    virtual void comboChanged();
    1.15  
    1.16 +  virtual void new_but_pressed();
    1.17 +
    1.18    virtual void reset();
    1.19  
    1.20    virtual void update(Node node);