From 0e6e2393bfc7eeaa47b8a2ebd6c2023f560d7a90 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 28 Apr 2000 18:15:26 +0000 Subject: Typos reported by Alexander Mai Fl_Browser_ docos finished. Added Fl_Group::init_sizes() description. Added links for common widgets in chapter 3 (?) Fixed formatting problems in subclassing and FLUID chapters. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1100 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/subclassing.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/subclassing.html') diff --git a/documentation/subclassing.html b/documentation/subclassing.html index 6df01be99..5d061a1c1 100644 --- a/documentation/subclassing.html +++ b/documentation/subclassing.html @@ -361,7 +361,7 @@ should call this on all the children if your own damage is equal to FL_DAMAGE_CHILD. Nothing is done if the child is not visible() or if it is clipped.

Cut and Paste Support

- FLTK provides routines to cut and paste ASCII text (in the future this + FLTK provides routines to cut and paste 8-bit text (in the future this may be UTF-8) between applications: - It may be possible to cut/paste non-ASCII data by using +It may be possible to cut/paste non-text data by using Fl::add_handler().

Making a subclass of Fl_Window

- You may want your widget to be a subclass of Fl_Window. This +You may want your widget to be a subclass of Fl_Window. This can be useful if your widget wants to occupy an entire window, and can also be used to take advantage of system-provided clipping, or to work with a library that expects a system window ID to indicate where to -- cgit v1.2.3