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 @@ + +
+ +This appendix describes the differences between the FLTK +1.0.x and FLTK 1.1.x functions and classes.
+ +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 FCB class or members will need
+to be ported to the new Fl_File_Chooser class.
The Fl_Image class
+
+