Fix typo in EVT_LIST_BEGIN_LABEL_EDIT in the documentation

"LIST" part was somehow forgotten.

Closes #18051.
This commit is contained in:
Vadim Zeitlin 2018-01-21 16:23:15 +01:00
parent d6b88ca399
commit 678d1142b4

View File

@ -200,7 +200,7 @@ enum
@event{EVT_LIST_BEGIN_RDRAG(id, func)}
Begin dragging with the right mouse button.
Processes a @c wxEVT_LIST_BEGIN_RDRAG event type.
@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().
Processes a @c wxEVT_LIST_BEGIN_LABEL_EDIT event type.
@event{EVT_LIST_END_LABEL_EDIT(id, func)}