Use native DisclosureTriangle control for wxCollapsiblePane, II

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2007-12-08 18:49:08 +00:00
parent 7a7697aafe
commit 4792288831
4 changed files with 138 additions and 12 deletions

View File

@@ -82,7 +82,11 @@ protected:
int GetBorder() const;
// child controls
#ifdef __WXMAC__
wxDisclosureTriangle *m_pButton;
#else
wxButton *m_pButton;
#endif
wxStaticLine *m_pStaticLine;
wxWindow *m_pPane;
wxSizer *m_sz;