fltk/documentation/migration.html

21 lines
538 B
HTML
Raw Normal View History

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