edit_win.h
branchgui
changeset 12 1db7a6dd17f8
parent 10 43ddd0c9d881
child 30 f70bbee5350a
     1.1 --- a/edit_win.h	Mon Jun 13 10:30:08 2005 +0000
     1.2 +++ b/edit_win.h	Mon Jun 13 19:49:33 2005 +0000
     1.3 @@ -15,15 +15,15 @@
     1.4  {
     1.5  protected:
     1.6    ///The \ref GraphDisplayerCanvas on which the graph will be drawn.
     1.7 -  ///It has to be known for this class, because
     1.8 -  ///when a map assigned to a certain attribute
     1.9 -  ///a function of the \ref GraphDisplayerCanvas will be called.
    1.10 +  ///It has to be known for this class, because the appropriate
    1.11 +  //callback function for each tool is implemented in that class
    1.12    GraphDisplayerCanvas & gdc;
    1.13  
    1.14 +  ///Table that holds the tools.
    1.15    Gtk::Table table;
    1.16    
    1.17 -  Gtk::Label * label;
    1.18 -  Gtk::Button * button;
    1.19 +  ///these buttons are RadioButtons with classic look
    1.20 +  Gtk::RadioButton ** buttons;
    1.21  
    1.22  public:
    1.23    ///Constructor of EditWin creates the widgets shown in EditWin.