Correct EVT_LIST_BEGIN_LABEL_EDIT macro name in the documentation.

The "LIST" part was missing.

Closes #12124.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64483 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2010-06-04 22:04:23 +00:00
parent 18c0369bcd
commit f5a64bbab3

View File

@@ -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().