X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3051a44a73502c2b03d1618d0a8e94274ee67e16..38534f596974042130716a26276e9564b0b72295:/interface/wx/collpane.h diff --git a/interface/wx/collpane.h b/interface/wx/collpane.h index 2d0573f5ae..40e9d25090 100644 --- a/interface/wx/collpane.h +++ b/interface/wx/collpane.h @@ -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_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; }; -