Changeset 1478:bc7ae573d77d in lemon-0.x for gui/edit_win.h
- Timestamp:
- 06/13/05 21:49:33 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1958
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gui/edit_win.h
r1469 r1478 16 16 protected: 17 17 ///The \ref GraphDisplayerCanvas on which the graph will be drawn. 18 ///It has to be known for this class, because 19 ///when a map assigned to a certain attribute 20 ///a function of the \ref GraphDisplayerCanvas will be called. 18 ///It has to be known for this class, because the appropriate 19 //callback function for each tool is implemented in that class 21 20 GraphDisplayerCanvas & gdc; 22 21 22 ///Table that holds the tools. 23 23 Gtk::Table table; 24 24 25 Gtk::Label * label;26 Gtk:: Button * button;25 ///these buttons are RadioButtons with classic look 26 Gtk::RadioButton ** buttons; 27 27 28 28 public:
Note: See TracChangeset
for help on using the changeset viewer.