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:
@@ -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().
|
||||
|
Reference in New Issue
Block a user