summaryrefslogtreecommitdiff
path: root/documentation/migration.html
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/migration.html')
-rw-r--r--documentation/migration.html61
1 files changed, 61 insertions, 0 deletions
diff --git a/documentation/migration.html b/documentation/migration.html
index 060fe7f13..def6c4b36 100644
--- a/documentation/migration.html
+++ b/documentation/migration.html
@@ -29,6 +29,67 @@ to be ported to the new <A
HREF="Fl_File_Chooser.html"><TT>Fl_File_Chooser</TT></A>
class.</P>
+<H2>Function Names</H2>
+
+<P>Some function names have changed from FLTK 1.0.x to 1.1.x in
+order to avoid name space collisions. The following table shows
+the old and new function names:</P>
+
+<CENTER><TABLE WIDTH="80%" BORDER="1">
+<TR>
+ <TH>Old 1.0.x Name</TH>
+ <TH>New 1.1.x Name</TH>
+</TR>
+<TR>
+ <TD>contrast()</TD>
+ <TD>fl_contrast()</TD>
+</TR>
+<TR>
+ <TD>down()</TD>
+ <TD>fl_down()</TD>
+</TR>
+<TR>
+ <TD>filename_absolute()</TD>
+ <TD>fl_filename_absolute()</TD>
+</TR>
+<TR>
+ <TD>filename_expand()</TD>
+ <TD>fl_filename_expand()</TD>
+</TR>
+<TR>
+ <TD>filename_ext()</TD>
+ <TD>fl_filename_ext()</TD>
+</TR>
+<TR>
+ <TD>filename_isdir()</TD>
+ <TD>fl_filename_isdir()</TD>
+</TR>
+<TR>
+ <TD>filename_list()</TD>
+ <TD>fl_filename_list()</TD>
+</TR>
+<TR>
+ <TD>filename_match()</TD>
+ <TD>fl_filename_match()</TD>
+</TR>
+<TR>
+ <TD>filename_name()</TD>
+ <TD>fl_filename_name()</TD>
+</TR>
+<TR>
+ <TD>filename_relative()</TD>
+ <TD>fl_filename_relative()</TD>
+</TR>
+<TR>
+ <TD>frame()</TD>
+ <TD>fl_frame()</TD>
+</TR>
+<TR>
+ <TD>inactive()</TD>
+ <TD>fl_inactive()</TD>
+</TR>
+</TABLE></CENTER>
+
<H2>Image Support</H2>
<P>Image support in FLTK has been significantly revamped in