Fix typo in EVT_LIST_BEGIN_LABEL_EDIT in the documentation
"LIST" part was somehow forgotten. Closes #18051.
This commit is contained in:
@@ -200,7 +200,7 @@ enum
|
|||||||
@event{EVT_LIST_BEGIN_RDRAG(id, func)}
|
@event{EVT_LIST_BEGIN_RDRAG(id, func)}
|
||||||
Begin dragging with the right mouse button.
|
Begin dragging with the right mouse button.
|
||||||
Processes a @c wxEVT_LIST_BEGIN_RDRAG event type.
|
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().
|
Begin editing a label. This can be prevented by calling Veto().
|
||||||
Processes a @c wxEVT_LIST_BEGIN_LABEL_EDIT event type.
|
Processes a @c wxEVT_LIST_BEGIN_LABEL_EDIT event type.
|
||||||
@event{EVT_LIST_END_LABEL_EDIT(id, func)}
|
@event{EVT_LIST_END_LABEL_EDIT(id, func)}
|
||||||
|
Reference in New Issue
Block a user