summaryrefslogtreecommitdiff
path: root/documentation/editor.html
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1999-01-30 17:30:09 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1999-01-30 17:30:09 +0000
commit4b8754ace4ce4974e7ef8a83f3c830d56aa7f1d0 (patch)
tree40ad5426c61a79d341c1862b29c01b8ec9808faa /documentation/editor.html
parent620d03ee7d51a9f9c6c53bce7d0b3636498702af (diff)
Updated Fl_Browser documentation
Added widget hierarchy to Appendix A. Fixed doubled-up fl_input and fl_choice links (names are not case sensitive...) Added FLUID tutorial from Craig P. Earls (none of the sources yet, just the docos and images) git-svn-id: file:///fltk/svn/fltk/trunk@258 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/editor.html')
-rw-r--r--documentation/editor.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/editor.html b/documentation/editor.html
index 8da7c9a5c..b76dd81af 100644
--- a/documentation/editor.html
+++ b/documentation/editor.html
@@ -186,7 +186,7 @@ void delete_cb(void) {
</PRE>
</UL>
<H3>find_cb()</H3>
- This callback function asks for a search string using the <A href=functions.html#fl_input>
+ This callback function asks for a search string using the <A href=functions.html#fl_input2>
<TT>fl_input()</TT></A> convenience function and then calls the <TT>
find2_cb()</TT> function to find the string:
<UL>