summaryrefslogtreecommitdiff
path: root/documentation/src
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2015-01-28 17:10:43 +0000
committerManolo Gouy <Manolo>2015-01-28 17:10:43 +0000
commit51edb7c9dddd598262ea465006f662051c9d0a07 (patch)
treebb09606344d365aae6c8aa943bb5377533cd04f9 /documentation/src
parent64ffd414d6bbe05be33e7a6a1cf6028d5d883be6 (diff)
Back to previous statement that FLTK does not use RTTI.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10537 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/src')
-rw-r--r--documentation/src/subclassing.dox6
1 files changed, 2 insertions, 4 deletions
diff --git a/documentation/src/subclassing.dox b/documentation/src/subclassing.dox
index e2357d692..cc26d92bf 100644
--- a/documentation/src/subclassing.dox
+++ b/documentation/src/subclassing.dox
@@ -226,10 +226,8 @@ use it for any purpose you want. Try to keep the value less than 100
to not interfere with reserved values.
\par
-To enhance portability, FLTK does not use RTTI (Run Time Typing Information),
-except on the Mac OS X platform. But this may change in the near future
-if RTTI becomes standard everywhere. RTTI use on the Mac allows to change
-the image of the cursor when dragging text data, as expected from Mac applications.
+FLTK does not use RTTI (Run Time Typing Information) to enhance portability.
+But this may change in the near future if RTTI becomes standard everywhere.
\par
If you don't have RTTI you can use the clumsy FLTK mechanism, by