]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/collpane.cpp
mouse and cursor additions for cocoa, see #10361
[wxWidgets.git] / src / gtk / collpane.cpp
index dd68dda50558ae6ff9eaad6af8352ee243fb68ab..fcbc02edfc0dfabe2fe9ca9407677991e2d957cd 100644 (file)
@@ -29,9 +29,9 @@
 // the lines below duplicate the same definitions in collpaneg.cpp, if we have
 // another implementation of this class we should extract them to a common file
 
-const wxChar wxCollapsiblePaneNameStr[] = wxT("collapsiblePane");
+const char wxCollapsiblePaneNameStr[] = "collapsiblePane";
 
-DEFINE_EVENT_TYPE(wxEVT_COMMAND_COLLPANE_CHANGED)
+wxDEFINE_EVENT( wxEVT_COMMAND_COLLPANE_CHANGED, wxCollapsiblePaneEvent )
 
 IMPLEMENT_DYNAMIC_CLASS(wxCollapsiblePaneEvent, wxCommandEvent)