From b3f01efb17521096f94be046659d4737f2b3203d Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 26 Apr 2002 10:33:03 +0000 Subject: [PATCH] Add note about images in menu items. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2108 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/migration.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/documentation/migration.html b/documentation/migration.html index c7c31dba6..e95fc54fd 100644 --- a/documentation/migration.html +++ b/documentation/migration.html @@ -110,5 +110,8 @@ If you use the old label() methods on an image, the widget's image() method is called to set the image as the label. +

Image labels in menu items must still use the old labeltype +mechanism to preserve source compatibility. +