Typos in documentation
list and tree ctrl now actually set the text themselves and no longer crash various compile fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3152 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -172,7 +172,8 @@ class WXDLLEXPORT wxTreeTextCtrl: public wxTextCtrl
|
||||
private:
|
||||
bool *m_accept;
|
||||
wxString *m_res;
|
||||
wxTreeCtrl *m_owner;
|
||||
wxTreeCtrl *m_owner;
|
||||
wxString m_startValue;
|
||||
|
||||
public:
|
||||
wxTreeTextCtrl(void) {};
|
||||
|
Reference in New Issue
Block a user