Fixed documentation of wxComboPopup::m_combo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59082 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -131,11 +131,12 @@ public:
|
|||||||
*/
|
*/
|
||||||
virtual void SetStringValue(const wxString& value);
|
virtual void SetStringValue(const wxString& value);
|
||||||
|
|
||||||
|
protected:
|
||||||
/**
|
/**
|
||||||
Parent wxComboCtrl. This is parameter has been prepared before Init()
|
Parent wxComboCtrl. This member variable is prepared automatically
|
||||||
is called.
|
before Init() is called.
|
||||||
*/
|
*/
|
||||||
wxComboCtrl m_combo;
|
wxComboCtrl* m_combo;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user