]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/collpane.h
Add documentation of emitted events to wxScrolled documentation.
[wxWidgets.git] / interface / wx / collpane.h
index 9a82bdc0ad5157b9bcc76f25fdc00ceeab1cf26d..2ad1b466378386a4fb788d17d6f34c18dcc1458e 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_COMMAND_COLLPANE_CHANGED;
 
 /**
     @class wxCollapsiblePane
@@ -179,4 +182,3 @@ public:
     */
     bool IsExpanded() const;
 };
-