diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-09-30 20:25:36 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-09-30 20:25:36 +0000 |
| commit | 2c61d60470b0583614437950066b2f63c4ac2782 (patch) | |
| tree | f32ab07a4acdbfca9f3389ec851dc5c4b9e09653 /documentation/editor.html | |
| parent | eb9a83b3483608286be0a9ead6b98938d21370f3 (diff) | |
Documentation updates.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1625 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/editor.html')
| -rw-r--r-- | documentation/editor.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/editor.html b/documentation/editor.html index 382f4bbf5..737afce62 100644 --- a/documentation/editor.html +++ b/documentation/editor.html @@ -152,7 +152,7 @@ because some of the other callbacks will set the changed status to 0, and also because we want to show the changed status in the window's title bar. <H3>copy_cb()</H3> - This callback function will call <A href=#Fl_Input.copy><TT> + This callback function will call <A href=Fl_Input_.html#Fl_Input_.copy><TT> input->copy()</TT></A> to copy the currently selected text to the clipboard: <UL> @@ -230,7 +230,7 @@ void find2_cb(void) { } </PRE> </UL> - If the search string cannot be found we use the <A href=#fl_alert><TT> + If the search string cannot be found we use the <A href="functions.html#fl_alert"><TT> fl_alert()</TT></A> convenience function to display a message to that effect. <H3>new_cb()</H3> |
