summaryrefslogtreecommitdiff
path: root/documentation/Fl_Text_Editor.html
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-10-04 17:23:09 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-10-04 17:23:09 +0000
commite4731d3f1a81a363faff89792064438efce05d1e (patch)
treebb86128dc55ca574d894dd5c0734d4e04cb0f96d /documentation/Fl_Text_Editor.html
parent8d552439c716ae15e1f392ca88f3bdebf85ae607 (diff)
Final doco updates for 1.1.0.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2653 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Fl_Text_Editor.html')
-rw-r--r--documentation/Fl_Text_Editor.html12
1 files changed, 10 insertions, 2 deletions
diff --git a/documentation/Fl_Text_Editor.html b/documentation/Fl_Text_Editor.html
index a5060e972..fce4915f5 100644
--- a/documentation/Fl_Text_Editor.html
+++ b/documentation/Fl_Text_Editor.html
@@ -35,7 +35,8 @@ class.
<H3>Methods</H3>
-<UL>
+<TABLE CELLPADDING="10">
+<TR VALIGN="TOP"><TD><UL>
<LI><A HREF="#Fl_Text_Editor.Fl_Text_Editor">Fl_Text_Editor</A></LI>
<LI><A HREF="#Fl_Text_Editor.~Fl_Text_Editor">~Fl_Text_Editor</A></LI>
@@ -48,6 +49,9 @@ class.
<LI><A HREF="#Fl_Text_Editor.kf_copy">kf_copy</A></LI>
<LI><A HREF="#Fl_Text_Editor.kf_c_s_move">kf_c_s_move</A></LI>
<LI><A HREF="#Fl_Text_Editor.kf_ctrl_move">kf_ctrl_move</A></LI>
+
+</UL></TD><TD><UL>
+
<LI><A HREF="#Fl_Text_Editor.kf_cut">kf_cut</A></LI>
<LI><A HREF="#Fl_Text_Editor.kf_default">kf_default</A></LI>
<LI><A HREF="#Fl_Text_Editor.kf_delete">kf_delete</A></LI>
@@ -58,6 +62,9 @@ class.
<LI><A HREF="#Fl_Text_Editor.kf_ignore">kf_ignore</A></LI>
<LI><A HREF="#Fl_Text_Editor.kf_insert">kf_insert</A></LI>
<LI><A HREF="#Fl_Text_Editor.kf_left">kf_left</A></LI>
+
+</UL></TD><TD><UL>
+
<LI><A HREF="#Fl_Text_Editor.kf_move">kf_move</A></LI>
<LI><A HREF="#Fl_Text_Editor.kf_page_down">kf_page_down</A></LI>
<LI><A HREF="#Fl_Text_Editor.kf_page_up">kf_page_up</A></LI>
@@ -69,7 +76,8 @@ class.
<LI><A HREF="#Fl_Text_Editor.remove_all_key_bindings">remove_all_key_bindings</A></LI>
<LI><A HREF="#Fl_Text_Editor.remove_key_binding">remove_key_binding</A></LI>
-</UL>
+</UL></TD></TR>
+</TABLE>
<H4><A NAME="Fl_Text_Editor.Fl_Text_Editor">Fl_Text_Editor(int X, int Y, int W, int H, const char* l = 0);</A></H4>