diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-04-26 10:33:03 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-04-26 10:33:03 +0000 |
| commit | b3f01efb17521096f94be046659d4737f2b3203d (patch) | |
| tree | 18f1d69f4435e289430aa7506c4a438b79234a3b | |
| parent | 7b99f66d03c60cfd8b46e3350420ef07d1fdcc9c (diff) | |
Add note about images in menu items.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2108 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | documentation/migration.html | 3 |
1 files changed, 3 insertions, 0 deletions
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 <TT>label()</TT> methods on an image, the widget's <TT>image()</TT> method is called to set the image as the label. +<P>Image labels in menu items must still use the old labeltype +mechanism to preserve source compatibility. + </BODY> </HTML> |
