X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3051a44a73502c2b03d1618d0a8e94274ee67e16..7344108e8a129a3f9b4df5ab0f98a1713db03b89:/interface/wx/collpane.h?ds=sidebyside diff --git a/interface/wx/collpane.h b/interface/wx/collpane.h index 2d0573f5ae..2ad1b46637 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_COMMAND_COLLPANE_CHANGED; /** @class wxCollapsiblePane @@ -179,4 +182,3 @@ public: */ bool IsExpanded() const; }; -