introduction of m_peer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27609 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -173,14 +173,16 @@ protected:
|
||||
// common part of all ctors
|
||||
void Init();
|
||||
|
||||
virtual wxSize DoGetBestSize() const;
|
||||
virtual wxSize DoGetBestSize() const;
|
||||
|
||||
bool m_editable ;
|
||||
|
||||
// flag is set to true when the user edits the controls contents
|
||||
bool m_dirty;
|
||||
|
||||
// one of the following objects is used for representation, the other one is NULL
|
||||
WXWidget m_scrollView ;
|
||||
WXWidget m_textView ;
|
||||
|
||||
void* m_macTXN ;
|
||||
unsigned long m_maxLength ;
|
||||
// need to make this public because of the current implementation via callbacks
|
||||
|
Reference in New Issue
Block a user