graph_displayer_canvas.h
branchgui
changeset 66 4ca5a537ef07
parent 62 80eefca04b1e
child 81 5ad61c33487c
     1.1 --- a/graph_displayer_canvas.h	Tue Aug 23 16:27:59 2005 +0000
     1.2 +++ b/graph_displayer_canvas.h	Fri Aug 26 07:35:23 2005 +0000
     1.3 @@ -90,9 +90,6 @@
     1.4    ///event handler for the case when node map editor tool is active
     1.5    bool nodeMapEditEventHandler(GdkEvent*);
     1.6  
     1.7 -  ///event handler for the case when the entry widget is changed
     1.8 -  bool entryWidgetChangeHandler(GdkEvent*);
     1.9 -
    1.10  public:
    1.11    ///Moves the text to new place
    1.12    void textReposition(xy<double>);
    1.13 @@ -140,12 +137,6 @@
    1.14    ///Group of graphical elements of displayed_graph
    1.15    Gnome::Canvas::Group displayed_graph;
    1.16  
    1.17 -  ///Map editor entry
    1.18 -  Gtk::Entry entrywidget;
    1.19 -
    1.20 -  ///GnomeCanvas holder for entry
    1.21 -  Gnome::Canvas::Widget * canvasentrywidget;
    1.22 -
    1.23    ///Here we store the maps that can be displayed through properties.
    1.24    MapStorage & mapstorage;
    1.25  
    1.26 @@ -175,8 +166,7 @@
    1.27    ///We need to store mapwin, to be able to ask the appropriate values for properties of new items.
    1.28    MapWin & mapwin;
    1.29  
    1.30 -  ///We need to store the parent window to be able to set the focus on a given widget
    1.31 -  ///We will use this variable to activate the set focus on entry widget in the case of editing map values.
    1.32 +  ///pointer to the parent window
    1.33    Gtk::Window * parentwin;
    1.34  
    1.35  };