diff -r 09b2a893fc9d -r 1db7a6dd17f8 edit_win.h --- a/edit_win.h Mon Jun 13 10:30:08 2005 +0000 +++ b/edit_win.h Mon Jun 13 19:49:33 2005 +0000 @@ -15,15 +15,15 @@ { protected: ///The \ref GraphDisplayerCanvas on which the graph will be drawn. - ///It has to be known for this class, because - ///when a map assigned to a certain attribute - ///a function of the \ref GraphDisplayerCanvas will be called. + ///It has to be known for this class, because the appropriate + //callback function for each tool is implemented in that class GraphDisplayerCanvas & gdc; + ///Table that holds the tools. Gtk::Table table; - Gtk::Label * label; - Gtk::Button * button; + ///these buttons are RadioButtons with classic look + Gtk::RadioButton ** buttons; public: ///Constructor of EditWin creates the widgets shown in EditWin.