From 372ec09b3d4e4d920822299822da3bf2bcb5ebfd Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 26 Nov 2001 23:50:30 +0000 Subject: Add missing doco file... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1737 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/migration.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 documentation/migration.html (limited to 'documentation/migration.html') 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 @@ + + + +

G - Migrating Code from FLTK 1.0.x

+ +

This appendix describes the differences between the FLTK +1.0.x and FLTK 1.1.x functions and classes.

+ +

The File Chooser

+ +

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 Image Class

+ +

The Fl_Image class + + -- cgit v1.2.3