mirror of https://github.com/fltk/fltk.git
FLTK - Fast Light Tool Kit - https://github.com/fltk/fltk - cross platform GUI development
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
538 B
20 lines
538 B
<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>
|
|
|