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
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue