map_win.h
branchgui
changeset 8 abac0179a26a
parent 6 603b85626bc0
child 28 fa28f1071bd6
     1.1 --- a/map_win.h	Fri Jun 03 12:25:23 2005 +0000
     1.2 +++ b/map_win.h	Mon Jun 06 17:01:12 2005 +0000
     1.3 @@ -24,16 +24,14 @@
     1.4    ///The \ref MapStorage in which the visualizable maps are stored
     1.5    MapStorage & ms;
     1.6  
     1.7 +  Gtk::Table table;
     1.8    
     1.9 -  Gtk::HBox * radios;
    1.10 -  Gtk::RadioButton ** rb_array;
    1.11 +  Gtk::HBox combos, * labelpluscombo;
    1.12 +  Gtk::Combo * combo_array;
    1.13  
    1.14 -  Gtk::VBox vbox_b, * vbox_r1, * vbox_r2;
    1.15 +  Gtk::VBox vbox_b, vbox_r1, vbox_r2;
    1.16  
    1.17 -  ///The notebook has different pages for each attribute.
    1.18 -  Gtk::Notebook notebook;
    1.19 -
    1.20 -  Gtk::Label * labels;
    1.21 +  Gtk::Label * label;
    1.22  
    1.23  public:
    1.24    ///Constructor of MapWin creates the widgets shown in MapWin.
    1.25 @@ -43,7 +41,8 @@
    1.26    ///which button was that and after that calls the
    1.27    ///appropriate function of the \ref GraphDisplayerCanvas
    1.28    ///to change the visible values of that attribute.
    1.29 -  virtual void radio_click(int, int);
    1.30 +  virtual void combo_changed(int);
    1.31 +  virtual bool close_if_escape_is_pressed(GdkEventKey*);
    1.32  };
    1.33  
    1.34  #endif //MAP_WIN_H