fltk/documentation/migration.html
Michael R Sweet 372ec09b3d Add missing doco file...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1737 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2001-11-26 23:50:30 +00:00

21 lines
539 B
HTML

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