More explicit short doc of Fl_Multi_Label.

This commit is contained in:
ManoloFLTK 2019-04-14 08:57:17 +02:00
parent 5ad95da98e
commit a65d7818be
1 changed files with 1 additions and 4 deletions

View File

@ -22,10 +22,7 @@
class Fl_Widget;
struct Fl_Menu_Item;
/** This struct allows multiple labels to be added to objects that might normally have only one label.
This struct allows a mixed text and/or graphics label to be applied to an object that
would normally only have a single (usually text only) label.
/** Allows a mixed text and/or graphics label to be applied to an Fl_Menu_Item or Fl_Widget.
Most regular FLTK widgets now support the ability to associate both images and text
with a label but some special cases, notably the non-widget Fl_Menu_Item objects, do not.