osx regrouping
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54830 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
// forward declared
|
// forward declared
|
||||||
class WXDLLIMPEXP_FWD_CORE wxButton;
|
class WXDLLIMPEXP_FWD_CORE wxButton;
|
||||||
class WXDLLIMPEXP_FWD_CORE wxStaticLine;
|
class WXDLLIMPEXP_FWD_CORE wxStaticLine;
|
||||||
#ifdef __WXMAC__
|
#if defined( __WXMAC__ ) && !defined(__WXUNIVERSAL__)
|
||||||
class WXDLLIMPEXP_FWD_CORE wxDisclosureTriangle;
|
class WXDLLIMPEXP_FWD_CORE wxDisclosureTriangle;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@@ -79,7 +79,7 @@ protected:
|
|||||||
int GetBorder() const;
|
int GetBorder() const;
|
||||||
|
|
||||||
// child controls
|
// child controls
|
||||||
#ifdef __WXMAC__
|
#if defined( __WXMAC__ ) && !defined(__WXUNIVERSAL__)
|
||||||
wxDisclosureTriangle *m_pButton;
|
wxDisclosureTriangle *m_pButton;
|
||||||
#else
|
#else
|
||||||
wxButton *m_pButton;
|
wxButton *m_pButton;
|
||||||
|
Reference in New Issue
Block a user