X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1d156af3247c862e51a7c62f569a3fd302052a42..36a0190ebd5bd9a7302f60f6dcd608b80574e21c:/interface/wx/collpane.h?ds=inline diff --git a/interface/wx/collpane.h b/interface/wx/collpane.h index 2ad1b46637..714df38795 100644 --- a/interface/wx/collpane.h +++ b/interface/wx/collpane.h @@ -2,7 +2,6 @@ // Name: collpane.h // Purpose: interface of wxCollapsiblePane // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -44,7 +43,7 @@ public: void SetCollapsed(bool collapsed); }; -wxEventType wxEVT_COMMAND_COLLPANE_CHANGED; +wxEventType wxEVT_COLLAPSIBLEPANE_CHANGED; /** @class wxCollapsiblePane @@ -103,7 +102,7 @@ wxEventType wxEVT_COMMAND_COLLPANE_CHANGED; @library{wxcore} @category{ctrl} - @appearance{collapsiblepane.png} + @appearance{collapsiblepane} @see wxPanel, wxCollapsiblePaneEvent */