X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3efb01df7b4f5d6adb165119aa219c9ffde3cf42..e1dc4cc6872ce44134a881feeb0ede2b8b91af55:/include/wx/gtk1/treectrl.h diff --git a/include/wx/gtk1/treectrl.h b/include/wx/gtk1/treectrl.h index 9714fa6d3f..24a0bc74c4 100644 --- a/include/wx/gtk1/treectrl.h +++ b/include/wx/gtk1/treectrl.h @@ -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; @@ -383,6 +384,7 @@ protected: long m_curitemId; + void SendMessage(wxEventType command, const wxTreeItemId& item); // GtkTreeItem *findGtkTreeItem(wxTreeCtrlId &id) const; // the common part of all ctors