diff -r 8dc87bc15ec5 -r 2cb1fc37f742 graph_displayer_canvas.h --- a/graph_displayer_canvas.h Tue Jul 12 21:45:39 2005 +0000 +++ b/graph_displayer_canvas.h Fri Jul 15 21:17:18 2005 +0000 @@ -90,6 +90,9 @@ ///event handler for the case when node map editor tool is active bool nodeMapEditEventHandler(GdkEvent*); + ///event handler for the case when the entry widget is changed + bool entryWidgetChangeHandler(GdkEvent*); + public: ///Moves the text to new place void textReposition(xy);