COIN-OR::LEMON - Graph Library

Changeset 1485:3a1c6678fa23 in lemon-0.x for gui/graph_displayer_canvas.h


Ignore:
Timestamp:
06/14/05 17:58:12 (19 years ago)
Author:
Hegyi Péter
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1966
Message:

Erasing from graph would be possible, if erasing from graph would be possible... (Afternoon has become timewasting...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui/graph_displayer_canvas.h

    r1474 r1485  
    6767  ///event handler for the case when create_edge-tool is active
    6868  bool create_edge_event_handler(GdkEvent*);
     69  ///event handler for the case when eraser-tool is active
     70  bool eraser_event_handler(GdkEvent*);
     71
     72  ///Deletes the given item.
     73  void delete_item(Gnome::Canvas::Item *);
    6974
    7075  ///The graph, on which we work
Note: See TracChangeset for help on using the changeset viewer.