summaryrefslogtreecommitdiff
path: root/documentation/src/migration_1_4.dox
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/src/migration_1_4.dox')
-rw-r--r--documentation/src/migration_1_4.dox52
1 files changed, 52 insertions, 0 deletions
diff --git a/documentation/src/migration_1_4.dox b/documentation/src/migration_1_4.dox
new file mode 100644
index 000000000..425135ca9
--- /dev/null
+++ b/documentation/src/migration_1_4.dox
@@ -0,0 +1,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
+
+*/