X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3051a44a73502c2b03d1618d0a8e94274ee67e16..36a0190ebd5bd9a7302f60f6dcd608b80574e21c:/interface/wx/collpane.h diff --git a/interface/wx/collpane.h b/interface/wx/collpane.h index 2d0573f5ae..714df38795 100644 --- a/interface/wx/collpane.h +++ b/interface/wx/collpane.h @@ -2,10 +2,12 @@ // Name: collpane.h // 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 +43,7 @@ public: void SetCollapsed(bool collapsed); }; - +wxEventType wxEVT_COLLAPSIBLEPANE_CHANGED; /** @class wxCollapsiblePane @@ -100,7 +102,7 @@ public: @library{wxcore} @category{ctrl} - @appearance{collapsiblepane.png} + @appearance{collapsiblepane} @see wxPanel, wxCollapsiblePaneEvent */ @@ -179,4 +181,3 @@ public: */ bool IsExpanded() const; }; -