COIN-OR::LEMON - Graph Library

Changeset 1446:320f73c5cfc1 in lemon-0.x for gui/map_win.h


Ignore:
Timestamp:
06/06/05 19:01:12 (19 years ago)
Author:
Hegyi Péter
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1926
Message:

Maps are now selectable through ComboBoxes?, and Escape makes MapWin? disappeared.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui/map_win.h

    r1442 r1446  
    2525  MapStorage & ms;
    2626
     27  Gtk::Table table;
    2728 
    28   Gtk::HBox * radios;
    29   Gtk::RadioButton ** rb_array;
     29  Gtk::HBox combos, * labelpluscombo;
     30  Gtk::Combo * combo_array;
    3031
    31   Gtk::VBox vbox_b, * vbox_r1, * vbox_r2;
     32  Gtk::VBox vbox_b, vbox_r1, vbox_r2;
    3233
    33   ///The notebook has different pages for each attribute.
    34   Gtk::Notebook notebook;
    35 
    36   Gtk::Label * labels;
     34  Gtk::Label * label;
    3735
    3836public:
     
    4442  ///appropriate function of the \ref GraphDisplayerCanvas
    4543  ///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*);
    4746};
    4847
Note: See TracChangeset for help on using the changeset viewer.