From 6779015697980bc9c60f29eea03eebacf5f1ff94 Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Tue, 12 Sep 2017 20:12:21 +0000 Subject: [PATCH] Add reference to image in docs. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12452 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Multi_Label.H | 3 +++ 1 file changed, 3 insertions(+) diff --git a/FL/Fl_Multi_Label.H b/FL/Fl_Multi_Label.H index c4526146f..8215724aa 100644 --- a/FL/Fl_Multi_Label.H +++ b/FL/Fl_Multi_Label.H @@ -33,6 +33,9 @@ struct Fl_Menu_Item; not normally be possible for an Fl_Menu_Item. For example, Fl_Multi_Label is used in the New->Code submenu in fluid, and others. + \image html Fl_Multi_Label-menu-item.png "Menu items with icons using Fl_Multi_Label" + \image latex Fl_Multi_Label-menu-item.png "Menu items with icons using Fl_Multi_Label" width=4cm + Each Fl_Multi_Label holds two elements, labela and labelb; each may hold either a text label (const char*) or an image (Fl_Image*). When displayed, labela is drawn first and labelb is drawn immediately to its right.