Author: spitzak Date: 2007-06-06 16:27:20 -0400 (Wed, 06 Jun 2007) New Revision: 5885 Log: Fix for STR 1665 Added MenuBar doxygen comment so it is documented.
Modified: trunk/src/MenuBar.cxx Modified: trunk/src/MenuBar.cxx =================================================================== --- trunk/src/MenuBar.cxx 2007-06-06 20:16:41 UTC (rev 5884) +++ trunk/src/MenuBar.cxx 2007-06-06 20:27:20 UTC (rev 5885) @@ -23,6 +23,17 @@ // Please report all bugs and problems to "[EMAIL PROTECTED]". // +/*! \class fltk::MenuBar + +Subclass of fltk::Menu. The top level menu items are visible and drawn +in a horizontal row. Put this at the top edge of your window and you +get a typical menubar. + +You can call popup() on this same widget in response to a right-click +in your work area and you will get the exact same menu as a vertical +pop up menu. +*/ + #include <fltk/MenuBar.h> #include <fltk/events.h> #include <fltk/damage.h> _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
