From 6c796f88c7459fa4262f936dc9c7c02fa01e95e7 Mon Sep 17 00:00:00 2001
From: Michael R Sweet
Date: Mon, 25 Mar 2002 21:08:42 +0000
Subject: Rename all remaining functions that don't start with fl_ to fl_foo.
(filename_xyz becomes fl_filename_xyz, down becomes fl_down,
define_FL_PLASTIC_BOX becomes fl_define_FL_PLASTIC_BOX, etc.)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2026 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
---
documentation/migration.html | 61 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 61 insertions(+)
(limited to 'documentation/migration.html')
diff --git a/documentation/migration.html b/documentation/migration.html
index 060fe7f13..def6c4b36 100644
--- a/documentation/migration.html
+++ b/documentation/migration.html
@@ -29,6 +29,67 @@ to be ported to the new Fl_File_Chooser
class.
+Function Names
+
+Some function names have changed from FLTK 1.0.x to 1.1.x in
+order to avoid name space collisions. The following table shows
+the old and new function names:
+
+
+
+ | Old 1.0.x Name |
+ New 1.1.x Name |
+
+
+ | contrast() |
+ fl_contrast() |
+
+
+ | down() |
+ fl_down() |
+
+
+ | filename_absolute() |
+ fl_filename_absolute() |
+
+
+ | filename_expand() |
+ fl_filename_expand() |
+
+
+ | filename_ext() |
+ fl_filename_ext() |
+
+
+ | filename_isdir() |
+ fl_filename_isdir() |
+
+
+ | filename_list() |
+ fl_filename_list() |
+
+
+ | filename_match() |
+ fl_filename_match() |
+
+
+ | filename_name() |
+ fl_filename_name() |
+
+
+ | filename_relative() |
+ fl_filename_relative() |
+
+
+ | frame() |
+ fl_frame() |
+
+
+ | inactive() |
+ fl_inactive() |
+
+
+
Image Support
Image support in FLTK has been significantly revamped in
--
cgit v1.2.3