summaryrefslogtreecommitdiff
path: root/documentation/src/subclassing.dox
diff options
context:
space:
mode:
authorengelsman <engelsman>2009-06-27 15:19:04 +0000
committerengelsman <engelsman>2009-06-27 15:19:04 +0000
commit4d326ad1bf48af6df0eeb70ecc2051437b0c58ca (patch)
tree985fc9418b728ece8da9d488b71a5a31904caa3e /documentation/src/subclassing.dox
parent3cac153c5b19520bd5f8c73b1d38e152f7ed7469 (diff)
converted old html tags to doxygen in osissues.dox
plus minor tidying in forms.dox and subclassing.dox git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6796 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/src/subclassing.dox')
-rw-r--r--documentation/src/subclassing.dox5
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/src/subclassing.dox b/documentation/src/subclassing.dox
index cb5480dfc..7ffcc8eca 100644
--- a/documentation/src/subclassing.dox
+++ b/documentation/src/subclassing.dox
@@ -483,8 +483,9 @@ may be UTF-8) between applications:
\li Fl::selection()
\li Fl::selection_owner()
-It may be possible to cut/paste non-text data by using
-<A href="osissues.html#add_handler"><tt>Fl::add_handler()</tt></A>.
+It may be possible to cut/paste non-text data by using Fl::add_handler().
+Note that handling events beyond those provided by FLTK may be operating
+system specific. See \ref osissues for more details.
\section subclassing_dragndrop Drag And Drop Support