]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/collpaneg.h
Rewrite selection event code for wxListBox.
[wxWidgets.git] / include / wx / generic / collpaneg.h
index b58bf5a395228fa485737d1fe57e7ba3d76e172e..843b8d6dc2cb8522e64019d3ba6bbc62e1947429 100644 (file)
@@ -17,14 +17,14 @@ class WXDLLEXPORT wxButton;
 class WXDLLEXPORT wxStaticLine;
 
 // class name
-extern WXDLLEXPORT_DATA(const wxChar) wxGenericCollapsiblePaneNameStr[];
+extern WXDLLIMPEXP_DATA_ADV(const wxChar) wxGenericCollapsiblePaneNameStr[];
 
 
 // ----------------------------------------------------------------------------
 // wxGenericCollapsiblePane
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxGenericCollapsiblePane : public wxCollapsiblePaneBase
+class WXDLLIMPEXP_ADV wxGenericCollapsiblePane : public wxCollapsiblePaneBase
 {
 public:
     wxGenericCollapsiblePane() { Init(); }
@@ -71,7 +71,11 @@ public:
     virtual wxString GetLabel() const
         { return m_strLabel; }
 
-protected: 
+
+    // implementation only, don't use
+    void OnStateChange(const wxSize& sizeNew);
+
+protected:
     // overridden methods
     virtual wxSize DoGetBestSize() const;
 
@@ -100,4 +104,3 @@ private:
 
 
 #endif // _WX_COLLAPSABLE_PANE_H_GENERIC_
-