X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/417b8fcc49295f5c4e33d0ea1b706da87085db08..71a0f42d2a5606098e3e7abbb50b9bb1cd718f9e:/interface/wx/listctrl.h diff --git a/interface/wx/listctrl.h b/interface/wx/listctrl.h index c8650246b3..bb6865f7e2 100644 --- a/interface/wx/listctrl.h +++ b/interface/wx/listctrl.h @@ -3,7 +3,7 @@ // Purpose: interface of wxListCtrl // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -88,7 +88,7 @@ Begin dragging with the left mouse button. @event{EVT_LIST_BEGIN_RDRAG(id, func)} Begin dragging with the right mouse button.. - @event{EVT_BEGIN_LABEL_EDIT(id, func)} + @event{EVT_LIST_BEGIN_LABEL_EDIT(id, func)} Begin editing a label. This can be prevented by calling Veto(). @event{EVT_LIST_END_LABEL_EDIT(id, func)} Finish editing a label. This can be prevented by calling Veto(). @@ -245,7 +245,7 @@ public: will be sent which can be vetoed as well. */ wxTextCtrl* EditLabel(long item, - wxClassInfo* textControlClass = CLASSINFO(wxTextCtrl)); + wxClassInfo* textControlClass = wxCLASSINFO(wxTextCtrl)); /** Finish editing the label.