diff --git a/FL/Fl_Menu_Bar.H b/FL/Fl_Menu_Bar.H index 074821838..36c90c8f7 100644 --- a/FL/Fl_Menu_Bar.H +++ b/FL/Fl_Menu_Bar.H @@ -41,7 +41,7 @@ top level menu defines the items in the menubar, while the submenus define the pull-down menus. Sub-sub menus and lower pop up to the right of the submenus.

-

\image html src=

+

\image html menubar.gif

If there is an item in the top menu that is not a title of a submenu, then it acts like a "button" in the menubar. Clicking on it will pick it.

diff --git a/FL/Fl_Menu_Button.H b/FL/Fl_Menu_Button.H index 7acebcef0..dd575a0cf 100644 --- a/FL/Fl_Menu_Button.H +++ b/FL/Fl_Menu_Button.H @@ -34,7 +34,7 @@ This is a button that when pushed pops up a menu (or hierarchy of menus) defined by an array of Fl_Menu_Item objects. -

\image html src=

+

\image html menu_button.gif

Normally any mouse button will pop up a menu and it is lined up below the button as shown in the picture. However an Fl_Menu_Button may also control a pop-up menu. This is done by setting the type() diff --git a/FL/Fl_Positioner.H b/FL/Fl_Positioner.H index 12ebbf2fa..50b298917 100644 --- a/FL/Fl_Positioner.H +++ b/FL/Fl_Positioner.H @@ -37,7 +37,7 @@ It would be useful if this could be put atop another widget so that the crosshairs are on top, but this is not implemented. The color of the crosshairs is selection_color(). -

\image html src= +

\image html positioner.gif

*/ class FL_EXPORT Fl_Positioner : public Fl_Widget { diff --git a/FL/Fl_Tabs.H b/FL/Fl_Tabs.H index 3548dfef4..a6a7786c5 100644 --- a/FL/Fl_Tabs.H +++ b/FL/Fl_Tabs.H @@ -35,7 +35,7 @@ interface that allows you to put lots and lots of buttons and switches in a panel, as popularized by many toolkits. -

\image html src=

+

\image html tabs.gif

Clicking the tab makes a child visible() by calling show() on it, and all other children are made invisible diff --git a/FL/Fl_Valuator.H b/FL/Fl_Valuator.H index 5df930c72..31f64b8f3 100644 --- a/FL/Fl_Valuator.H +++ b/FL/Fl_Valuator.H @@ -41,7 +41,7 @@ and provides a consistent interface to set the value, range, and step, and insures that callbacks are done the same for every object.

There are probably more of these classes in FLTK than any others:

-

\image html src=

+

\image html valuators.gif

In the above diagram each box surrounds an actual subclass. These are further differentiated by setting the type() of the widget to the symbolic value labeling the