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:
parent
2ff1e633e9
commit
96d9f7361b
@ -61,7 +61,9 @@
|
||||
list is selected or the selection changes.
|
||||
@event{EVT_LISTBOX_DCLICK(id, func)}
|
||||
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
|
||||
|
||||
@library{wxcore}
|
||||
|
Loading…
Reference in New Issue
Block a user