From 96d9f7361b8e756d6445478c101a1746932a6bbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gunter=20K=C3=B6nigsmann?= Date: Sat, 25 Jun 2016 08:37:23 +0200 Subject: [PATCH] Document listbox item activation on Enter in wxGTK Mention that EVT_LISTBOX_DCLICK event can also be generated from keyboard. Closes #17577. --- interface/wx/listbox.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/interface/wx/listbox.h b/interface/wx/listbox.h index a736e943f0..00b4c53338 100644 --- a/interface/wx/listbox.h +++ b/interface/wx/listbox.h @@ -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}