summaryrefslogtreecommitdiff
path: root/src/fltk-widgets-groups-text_displays-text_editors.ads
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-06-12 23:23:15 +1000
committerJed Barber <jjbarber@y7mail.com>2017-06-12 23:23:15 +1000
commit33c3691b571ce4b6a2aa6997b70c3bc5d991ca9d (patch)
tree9487bc2d093d5d4a2d504521eec3ca5cac54789c /src/fltk-widgets-groups-text_displays-text_editors.ads
parent260c988ea3f73d194643df1e871a2a40949c2763 (diff)
Keybinding methods all done for Text_Editor, with modifiers disabled due to FLTK issues
Diffstat (limited to 'src/fltk-widgets-groups-text_displays-text_editors.ads')
-rw-r--r--src/fltk-widgets-groups-text_displays-text_editors.ads15
1 files changed, 14 insertions, 1 deletions
diff --git a/src/fltk-widgets-groups-text_displays-text_editors.ads b/src/fltk-widgets-groups-text_displays-text_editors.ads
index 3aa916b..4f9f183 100644
--- a/src/fltk-widgets-groups-text_displays-text_editors.ads
+++ b/src/fltk-widgets-groups-text_displays-text_editors.ads
@@ -240,6 +240,19 @@ package FLTK.Widgets.Groups.Text_Displays.Text_Editors is
+ -- NOTE NOTE NOTE NOTE NOTE
+ --
+ -- Changing the keybindings for Shortcut_Keys that include modifiers
+ -- currently does not work due to some bugbear in the FLTK side of things.
+ --
+ -- Until that's fixed, the default keybindings for those key combinations
+ -- that include modifiers have been left in place.
+ --
+ -- NOTE NOTE NOTE NOTE NOTE
+
+
+
+
procedure Add_Key_Binding
(This : in out Text_Editor;
Key : in Shortcut_Key;
@@ -327,7 +340,7 @@ private
function Key_Func_Hook
(K : in Interfaces.C.int;
- U : in System.Address)
+ E : in System.Address)
return Interfaces.C.int;
pragma Convention (C, Key_Func_Hook);