mirror of
https://github.com/fltk/fltk.git
synced 2026-05-26 01:46:58 +08:00
Improve and clarify documentation
This commit is contained in:
@@ -395,7 +395,7 @@ fltk-config --use-forms --use-gl --use-images --compile filename.cpp
|
||||
|
||||
Before version 1.4.0 \p fltk-config accepted only a single source file
|
||||
and no additional compiler options or libraries.
|
||||
As of FLTK 1.4.0 it is possible to use additional compiler flags, more than
|
||||
Since FLTK 1.4.0 it is possible to use additional compiler flags, more than
|
||||
one source file, and additional link libraries.
|
||||
|
||||
This is intended to be used for quick prototyping and not for production code
|
||||
|
||||
@@ -428,9 +428,9 @@ The following standard label types are included:
|
||||
the widget's align() flag. FL_MULTI_LABEL was designed to be used with
|
||||
Fl_Menu_Item's to support icons or small images, typically left of the
|
||||
menu text.\n
|
||||
As of this writing (FLTK 1.4.0, Sep 2017) Fl_Menu_Items support only
|
||||
one label part (text \b or image), but using Fl_Multi_Label as the
|
||||
label can extend this to more than one part.
|
||||
As of this writing (FLTK 1.4.0) Fl_Menu_Items support only one label
|
||||
part (text \b or image), but using Fl_Multi_Label as the label can extend
|
||||
this to more than one part.
|
||||
|
||||
\see class Fl_Multi_Label, Fl_Widget::align()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user