]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/collpane.h
Made wxMSW wxMutex non-recursive by checking reentrance
[wxWidgets.git] / interface / wx / collpane.h
index 161eff344dd89662354af0f040586dd38383b3f7..bc553de1571dc820b08930d773cb659926b28f94 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxCollapsiblePaneEvent
 
 /**
     @class wxCollapsiblePaneEvent
-    @wxheader{collpane.h}
 
     This event class is used for the events generated by wxCollapsiblePane.
 
 
     This event class is used for the events generated by wxCollapsiblePane.
 
@@ -46,7 +45,6 @@ public:
 
 /**
     @class wxCollapsiblePane
 
 /**
     @class wxCollapsiblePane
-    @wxheader{collpane.h}
 
     A collapsible pane is a container with an embedded button-like control
     which can be used by the user to collapse or expand the pane's contents.
 
     A collapsible pane is a container with an embedded button-like control
     which can be used by the user to collapse or expand the pane's contents.
@@ -84,7 +82,13 @@ public:
 
     @beginStyleTable
     @style{wxCP_DEFAULT_STYLE}
 
     @beginStyleTable
     @style{wxCP_DEFAULT_STYLE}
-           The default style: 0.
+        The default style. It includes wxTAB_TRAVERSAL and wxBORDER_NONE.
+    @style{wxCP_NO_TLW_RESIZE}
+        By default wxCollapsiblePane resizes the top level window containing it
+        when its own size changes. This allows to easily implement dialogs
+        containing an optionally shown part, for example, and so is the default
+        behaviour but can be inconvenient in some specific cases -- use this
+        flag to disable this automatic parent resizing then.
     @endStyleTable
 
     @beginEventTable{wxCollapsiblePaneEvent}
     @endStyleTable
 
     @beginEventTable{wxCollapsiblePaneEvent}