summaryrefslogtreecommitdiff
path: root/doc/fl_text_editor.html
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2025-01-12 18:49:32 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2025-01-12 18:49:32 +1300
commit75a8e0e68e4980647a6d588a15bb300d132b6650 (patch)
treea728a05b9a4db547ad0886bb6975f8e0729c919c /doc/fl_text_editor.html
parent8b01c23e0ba1fd22e0bfc797d6ca540c79079674 (diff)
Fixed several preprocessor ABI version issues
Diffstat (limited to 'doc/fl_text_editor.html')
-rw-r--r--doc/fl_text_editor.html23
1 files changed, 18 insertions, 5 deletions
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,11 +42,16 @@
</tr>
<tr>
- <td>&nbsp;</td>
+ <td>int</td>
<td>Insert_Mode</td>
</tr>
<tr>
+ <td>int</td>
+ <td>Tab_Navigation</td>
+ </tr>
+
+ <tr>
<td>Key_Func</td>
<td>Key_Func</td>
</tr>
@@ -575,16 +580,24 @@ procedure Remove_Key_Binding
<tr>
<td><pre>
-void tab_nav(int val);
+int tab_nav() const;
+</pre></td>
+<td><pre>
+function Get_Tab_Mode
+ (This : in Text_Editor)
+ return Tab_Navigation;
</pre></td>
-<td>TBA</td>
</tr>
<tr>
<td><pre>
-int tab_nav() const;
+void tab_nav(int val);
+</pre></td>
+<td><pre>
+procedure Set_Tab_Mode
+ (This : in out Text_Editor;
+ To : in Tab_Navigation);
</pre></td>
-<td>TBA</td>
</tr>
</table>