forward declaration for combobox members
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28691 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -21,6 +21,11 @@
|
|||||||
|
|
||||||
WXDLLEXPORT_DATA(extern const wxChar*) wxComboBoxNameStr;
|
WXDLLEXPORT_DATA(extern const wxChar*) wxComboBoxNameStr;
|
||||||
|
|
||||||
|
// forward declaration of private implementation classes
|
||||||
|
|
||||||
|
class wxComboBoxText ;
|
||||||
|
class wxComboBoxChoice ;
|
||||||
|
|
||||||
// Combobox item
|
// Combobox item
|
||||||
class WXDLLEXPORT wxComboBox : public wxControl, public wxComboBoxBase
|
class WXDLLEXPORT wxComboBox : public wxControl, public wxComboBoxBase
|
||||||
{
|
{
|
||||||
@@ -128,8 +133,8 @@ protected:
|
|||||||
void FreeData();
|
void FreeData();
|
||||||
|
|
||||||
// the subcontrols
|
// the subcontrols
|
||||||
wxTextCtrl* m_text;
|
wxComboBoxText* m_text;
|
||||||
wxChoice* m_choice;
|
wxComboBoxChoice* m_choice;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user