From 75a8e0e68e4980647a6d588a15bb300d132b6650 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Sun, 12 Jan 2025 18:49:32 +1300 Subject: Fixed several preprocessor ABI version issues --- doc/fl_text_editor.html | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) (limited to 'doc/fl_text_editor.html') diff --git a/doc/fl_text_editor.html b/doc/fl_text_editor.html index 79c9488..ad319e8 100644 --- a/doc/fl_text_editor.html +++ b/doc/fl_text_editor.html @@ -42,10 +42,15 @@ -   + int Insert_Mode + + int + Tab_Navigation + + Key_Func Key_Func @@ -575,16 +580,24 @@ procedure Remove_Key_Binding
-void tab_nav(int val);
+int tab_nav() const;
+
+
+function Get_Tab_Mode
+       (This : in Text_Editor)
+    return Tab_Navigation;
 
-TBA
-int tab_nav() const;
+void tab_nav(int val);
+
+
+procedure Set_Tab_Mode
+       (This : in out Text_Editor;
+        To   : in     Tab_Navigation);
 
-TBA -- cgit