]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/tevent.tex
add wxSYS_DCLICK_TIME system metric constant; use it for the generic list control...
[wxWidgets.git] / docs / latex / wx / tevent.tex
index c70048d0b98180f671ca5383bcae8d3d4a69e8b4..282cde947f9b79ab8bcf8cff5cf2641471db55d8 100644 (file)
@@ -550,7 +550,7 @@ private:
     wxPlotCurve   *m_curve;
 };
 
-DECLARE_EVENT_MACRO( wxEVT_PLOT_ACTION, -1 )
+DECLARE_EVENT_TYPE( wxEVT_PLOT_ACTION, -1 )
 
 typedef void (wxEvtHandler::*wxPlotEventFunction)(wxPlotEvent&);