Add missing doco file...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1737 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
ecd2c821be
commit
372ec09b3d
20
documentation/migration.html
Normal file
20
documentation/migration.html
Normal file
@ -0,0 +1,20 @@
|
||||
<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>
|
Loading…
Reference in New Issue
Block a user