Document listbox item activation on Enter in wxGTK

Mention that EVT_LISTBOX_DCLICK event can also be generated from
keyboard.

Closes #17577.
This commit is contained in:
Gunter Königsmann
2016-06-25 08:37:23 +02:00
committed by Vadim Zeitlin
parent 2ff1e633e9
commit 96d9f7361b

View File

@@ -61,7 +61,9 @@
list is selected or the selection changes. list is selected or the selection changes.
@event{EVT_LISTBOX_DCLICK(id, func)} @event{EVT_LISTBOX_DCLICK(id, func)}
Process a @c wxEVT_LISTBOX_DCLICK event, when the listbox Process a @c wxEVT_LISTBOX_DCLICK event, when the listbox
is double-clicked. is double-clicked. On some platforms (notably wxGTK2)
pressing the enter key is handled as an equivalent of a
double-click.
@endEventTable @endEventTable
@library{wxcore} @library{wxcore}