2001-11-27 02:50:30 +03:00
|
|
|
<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>
|
|
|
|
|
2001-11-29 22:24:00 +03:00
|
|
|
<P>The <CODE>Fl_Image</CODE> class
|
2001-11-27 02:50:30 +03:00
|
|
|
</BODY>
|
|
|
|
</HTML>
|