summaryrefslogtreecommitdiff
path: root/src/gui/gui_listbox.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui_listbox.pas')
-rw-r--r--src/gui/gui_listbox.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/gui_listbox.pas b/src/gui/gui_listbox.pas
index 4256cd78..3b48f999 100644
--- a/src/gui/gui_listbox.pas
+++ b/src/gui/gui_listbox.pas
@@ -96,6 +96,7 @@ type
property OnChange: TNotifyEvent read FOnChange write FOnChange;
property OnSelect: TNotifyEvent read FOnSelect write FOnSelect;
property OnScroll: TNotifyEvent read FOnScroll write FOnScroll;
+ property OnKeyPress; // to allow to detect return or tab key has been pressed
end;