]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/collpane.h
Use /bin/echo for creation of Mac OS X PkgInfo files.
[wxWidgets.git] / interface / wx / collpane.h
index 2d0573f5aee248c6258f6eb0fc1f5306e74909e1..2ad1b466378386a4fb788d17d6f34c18dcc1458e 100644 (file)
@@ -3,9 +3,12 @@
 // Purpose:     interface of wxCollapsiblePane
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// 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;
 };
-