Changeset 1446:320f73c5cfc1 in lemon-0.x for gui/map_win.h
- Timestamp:
- 06/06/05 19:01:12 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1926
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gui/map_win.h
r1442 r1446 25 25 MapStorage & ms; 26 26 27 Gtk::Table table; 27 28 28 Gtk::HBox * radios;29 Gtk:: RadioButton ** rb_array;29 Gtk::HBox combos, * labelpluscombo; 30 Gtk::Combo * combo_array; 30 31 31 Gtk::VBox vbox_b, * vbox_r1, *vbox_r2;32 Gtk::VBox vbox_b, vbox_r1, vbox_r2; 32 33 33 ///The notebook has different pages for each attribute. 34 Gtk::Notebook notebook; 35 36 Gtk::Label * labels; 34 Gtk::Label * label; 37 35 38 36 public: … … 44 42 ///appropriate function of the \ref GraphDisplayerCanvas 45 43 ///to change the visible values of that attribute. 46 virtual void radio_click(int, int); 44 virtual void combo_changed(int); 45 virtual bool close_if_escape_is_pressed(GdkEventKey*); 47 46 }; 48 47
Note: See TracChangeset
for help on using the changeset viewer.