COIN-OR::LEMON - Graph Library

Changeset 12:1db7a6dd17f8 in glemon-0.x for edit_win.h


Ignore:
Timestamp:
06/13/05 21:49:33 (19 years ago)
Author:
Hegyi Péter
Branch:
gui
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk/gui@1958
Message:

Known bugs are eliminated from gui, and new ones are created by changing tool selectors to special radiobuttons, and by adding edgecreation-canceller function (right-click on any group element).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • edit_win.h

    r10 r12  
    1616protected:
    1717  ///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
    2120  GraphDisplayerCanvas & gdc;
    2221
     22  ///Table that holds the tools.
    2323  Gtk::Table table;
    2424 
    25   Gtk::Label * label;
    26   Gtk::Button * button;
     25  ///these buttons are RadioButtons with classic look
     26  Gtk::RadioButton ** buttons;
    2727
    2828public:
Note: See TracChangeset for help on using the changeset viewer.