All functionality I know hot implement already implemented.

Testing is needed.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@950 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Denis Pershin
1998-11-02 00:53:35 +00:00
parent 9905086c2d
commit e1dc4cc687
4 changed files with 108 additions and 8 deletions

View File

@@ -375,6 +375,7 @@ public:
void SendSelChanging(const wxTreeItemId& item);
void SendSelChanged(const wxTreeItemId& item);
protected:
wxTreeItemId m_editItem;
GtkTree *m_tree;
GtkTreeItem *m_anchor;
wxTextCtrl* m_textCtrl;