X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8ff9b17d57afa08af355bee49f7ebbcef67e3aef..1b7751aaa9a86d76a850b9267bc0c201e3cea30f:/interface/wx/collpane.h diff --git a/interface/wx/collpane.h b/interface/wx/collpane.h index 2ad1b46637..40e9d25090 100644 --- a/interface/wx/collpane.h +++ b/interface/wx/collpane.h @@ -44,7 +44,7 @@ public: void SetCollapsed(bool collapsed); }; -wxEventType wxEVT_COMMAND_COLLPANE_CHANGED; +wxEventType wxEVT_COLLAPSIBLEPANE_CHANGED; /** @class wxCollapsiblePane @@ -103,7 +103,7 @@ wxEventType wxEVT_COMMAND_COLLPANE_CHANGED; @library{wxcore} @category{ctrl} - @appearance{collapsiblepane.png} + @appearance{collapsiblepane} @see wxPanel, wxCollapsiblePaneEvent */