summaryrefslogtreecommitdiff
path: root/FL/Fl_Multi_Label.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Multi_Label.H')
-rw-r--r--FL/Fl_Multi_Label.H3
1 files changed, 3 insertions, 0 deletions
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.