Added mention of the new Fl::menu_linespacing() in the Fl_Menu_ docs.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12816 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Greg Ercolano 2018-03-31 17:29:23 +00:00
parent 309d9a61b9
commit e4916d617e

View File

@ -47,6 +47,10 @@
the Fl_Menu_ widget's callback is invoked with any userdata
configured for it. The callback can determine which item
was picked using value(), mvalue(), item_pathname(), etc.
The line spacing between menu items can be controlled with the global setting
Fl::menu_linespacing().
*/
class FL_EXPORT Fl_Menu_ : public Fl_Widget {