summaryrefslogtreecommitdiff
path: root/documentation/migration.html
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/migration.html')
-rw-r--r--documentation/migration.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/documentation/migration.html b/documentation/migration.html
new file mode 100644
index 000000000..45e032a2b
--- /dev/null
+++ b/documentation/migration.html
@@ -0,0 +1,20 @@
+<HTML>
+<BODY>
+
+<H1 ALIGN="RIGHT">G - Migrating Code from FLTK 1.0.x</H1>
+
+<P>This appendix describes the differences between the FLTK
+1.0.x and FLTK 1.1.x functions and classes.</P>
+
+<H2>The File Chooser</H2>
+
+<P>The file chooser in FLTK 1.1.x is significantly different
+than the one supplied with FLTK 1.0.x. Any code that directly
+references the old <CODE>FCB</CODE> class or members will need
+to be ported to the new <CODE>Fl_File_Chooser</CODE> class.</P>
+
+<H2>The Image Class</H2>
+
+<P>The <CODE>Fl_Image</CODE> class
+</BODY>
+</HTML>