summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-11-26 23:50:30 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-11-26 23:50:30 +0000
commit372ec09b3d4e4d920822299822da3bf2bcb5ebfd (patch)
tree65e2d0a3c64e91180922885f0e91cd8c184e2172 /documentation
parentecd2c821be8a72b0364cf3e08d102e3f9a82defc (diff)
Add missing doco file...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1737 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation')
-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>