]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/collpane.h
Add wxTimer::StartOnce().
[wxWidgets.git] / interface / wx / collpane.h
index 9a82bdc0ad5157b9bcc76f25fdc00ceeab1cf26d..40e9d250907964903f461584c1ad124ad25f82b3 100644 (file)
@@ -6,6 +6,9 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
+#define wxCP_DEFAULT_STYLE          (wxTAB_TRAVERSAL | wxNO_BORDER)
+#define wxCP_NO_TLW_RESIZE          (0x0002)
+
 /**
     @class wxCollapsiblePaneEvent
 
@@ -41,7 +44,7 @@ public:
     void SetCollapsed(bool collapsed);
 };
 
-
+wxEventType wxEVT_COLLAPSIBLEPANE_CHANGED;
 
 /**
     @class wxCollapsiblePane
@@ -100,7 +103,7 @@ public:
 
     @library{wxcore}
     @category{ctrl}
-    @appearance{collapsiblepane.png}
+    @appearance{collapsiblepane}
 
     @see wxPanel, wxCollapsiblePaneEvent
 */
@@ -179,4 +182,3 @@ public:
     */
     bool IsExpanded() const;
 };
-