diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2000-04-28 18:15:26 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2000-04-28 18:15:26 +0000 |
| commit | 0e6e2393bfc7eeaa47b8a2ebd6c2023f560d7a90 (patch) | |
| tree | 520f55d1b4ea126082b79300d5936065e81388c5 /documentation/subclassing.html | |
| parent | 0f36c495f9d2c4b41e61ca35684e8968fb70ee54 (diff) | |
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
Diffstat (limited to 'documentation/subclassing.html')
| -rw-r--r-- | documentation/subclassing.html | 6 |
1 files changed, 3 insertions, 3 deletions
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 <TT>visible()</TT> or if it is clipped. <H2>Cut and Paste Support</H2> - 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: <UL> <LI><A href=functions.html#paste><TT>Fl::paste</TT></A></LI> @@ -369,10 +369,10 @@ may be UTF-8) between applications: <LI><A href=#selection_length><TT>Fl::selection_length</TT></A></LI> <LI><A href=functions.html#selection_owner><TT>Fl::selection_owner</TT></A></LI> </UL> - It may be possible to cut/paste non-ASCII data by using <A href=osissues.html#add_handler> +It may be possible to cut/paste non-text data by using <A href=osissues.html#add_handler> <TT>Fl::add_handler()</TT></A>. <H2>Making a subclass of Fl_Window</H2> - You may want your widget to be a subclass of <TT>Fl_Window</TT>. This +You may want your widget to be a subclass of <TT>Fl_Window</TT>. 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 |
