// forward declared
class WXDLLIMPEXP_FWD_CORE wxButton;
class WXDLLIMPEXP_FWD_CORE wxStaticLine;
-
-// class name
-extern WXDLLIMPEXP_DATA_CORE(const wxChar) wxCollapsiblePaneNameStr[];
+#ifdef __WXMAC__
+class WXDLLIMPEXP_FWD_CORE wxDisclosureTriangle;
+#endif
// ----------------------------------------------------------------------------
// wxGenericCollapsiblePane
int GetBorder() const;
// child controls
+#ifdef __WXMAC__
+ wxDisclosureTriangle *m_pButton;
+#else
wxButton *m_pButton;
+#endif
wxStaticLine *m_pStaticLine;
wxWindow *m_pPane;
wxSizer *m_sz;