summaryrefslogtreecommitdiff
path: root/documentation/src/migration_1_4.dox
blob: 425135ca94955816bd1e42f2725a808903ab4ccc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
/**

 \page	migration_1_4	Migrating Code from FLTK 1.3 to 1.4

This appendix describes the differences between the FLTK
1.3.x and FLTK 1.4.x functions and classes.

\section migration_1_4_old_versions Migrating From FLTK 1.0 Or 1.1 To 1.4

If you want to migrate your code from FLTK 1.0 or 1.1 to FLTK 1.4,
then you should first consult the relevant appendices in FLTK 1.3
documentation online or by downloading the FLTK 1.3 documentation.
See https://www.fltk.org/doc-1.3/index.html
and/or https://www.fltk.org/software.php , respectively.


\section migration_1_4_headers Minor Changes in Header Files

(to be documented)



\section migration_1_4_preferences Fl_Preferences

(to be documented)



\htmlonly
<hr>
<table summary="navigation bar" width="100%" border="0">
<tr>
  <td width="45%" align="LEFT">
    <a class="el" href="osissues.html">
    [Prev]
    Operating System Issues
    </a>
  </td>
  <td width="10%" align="CENTER">
    <a class="el" href="index.html">[Index]</a>
  </td>
  <td width="45%" align="RIGHT">
    <a class="el" href="development.html">
    Developer Information
    [Next]
    </a>
  </td>
</tr>
</table>
\endhtmlonly

*/