X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..36a0190ebd5bd9a7302f60f6dcd608b80574e21c:/interface/wx/collpane.h?ds=sidebyside diff --git a/interface/wx/collpane.h b/interface/wx/collpane.h index 9a82bdc0ad..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 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; }; -