From 2c61d60470b0583614437950066b2f63c4ac2782 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 30 Sep 2001 20:25:36 +0000 Subject: Documentation updates. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1625 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/editor.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/editor.html') 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.

copy_cb()

- This callback function will call + This callback function will call input->copy() to copy the currently selected text to the clipboard: - If the search string cannot be found we use the + If the search string cannot be found we use the fl_alert() convenience function to display a message to that effect.

new_cb()

-- cgit v1.2.3