Changeset 1823:cb082cdf3667 in lemon-0.x for gui/new_map_win.h
- Timestamp:
- 11/21/05 19:03:20 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2373
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gui/new_map_win.h
r1814 r1823 15 15 ///on which the parameters of a new map can be set. 16 16 17 class NewMapWin : public Gtk:: Window17 class NewMapWin : public Gtk::Dialog 18 18 { 19 19 ///The \ref GraphDisplayerCanvas on which the graph will be drawn. … … 32 32 33 33 ///Constructor of NewMapWin creates the widgets shown in NewMapWin. 34 NewMapWin(const std::string& title, GraphDisplayerCanvas &); 35 34 NewMapWin(const std::string& title, GraphDisplayerCanvas &, bool itisedge=true, bool edgenode=true); 36 35 37 36 ///Signal on button is connected to this function, … … 39 38 ///call the map/creatort function, and if yes, it 40 39 //tells it the attributes.(name, default value) 41 virtual void buttonPressed(); 42 43 virtual void showByPreChoose(bool); 40 virtual void on_response(int response_id); 44 41 45 42 virtual bool closeIfEscapeIsPressed(GdkEventKey*); … … 59 56 Gtk::Entry name, default_value; 60 57 61 Gtk::VBox vbox;62 63 Gtk::Button * button;64 65 58 Gtk::Table * table; 66 59 Gtk::Label * label;
Note: See TracChangeset
for help on using the changeset viewer.