From 9ce5dd8c736f6fb9fe130256279f4541740c6817 Mon Sep 17 00:00:00 2001
From: Albrecht Schlosser
The type Fl_Boxtype stored and returned in Fl_Widget::box() is an enumeration defined in Enumerations.H. @@ -342,7 +343,8 @@ value evenly divideable by two. fl_frame(Fl_Boxtype) expects the UP_BOX design at a value divideable by four.
-The label(), align(), labelfont(), labelsize(), labeltype(), image(), and diff --git a/documentation/development.dox b/documentation/development.dox index c6c5002f4..a8b6a7d58 100644 --- a/documentation/development.dox +++ b/documentation/development.dox @@ -208,10 +208,14 @@ This will appear in the document: \li \b \\page creates a named page \li \b \\section creates a named section within that page - \li \b \\subsection creates a named subsection within that page + \li \b \\subsection creates a named subsection within the current section + \li \b \\subsubsection creates a named subsubsection within the current subsection + +All these statements take a "name" as their first argument, and a title +as their second argument. The title can contain spaces. The page, section, and subsection titles are formatted in blue color and -a size like \b "
FLTK manages colors as 32-bit unsigned integers. Values from 0 to 255 represent colors from the FLTK 1.0.x standard colormap @@ -695,7 +697,9 @@ fl_overlay_rect() after FL_DRAG events, and should call fl_overlay_clear() after a FL_RELEASE event.
-To draw images, you can either do it directly from data in your memory, or you can create a Fl_Image object. The advantage of diff --git a/documentation/events.dox b/documentation/events.dox index d2610064e..031885ddb 100644 --- a/documentation/events.dox +++ b/documentation/events.dox @@ -15,11 +15,10 @@ window manager.
Events are identified by the integer argument passed to the Fl_Widget::handle() virtual method. Other information about the most recent event is stored in -static locations and acquired by calling the Fl::event_*() methods. This static -information remains valid until the next event is read from the window -system, so it is ok to look at it outside of the handle() -method. +static locations and acquired by calling the \ref events_event_xxx +methods. This static information remains valid until the next event +is read from the window system, so it is ok to look at it outside +of the handle() method.
FLTK keeps the information about the most recent event in static storage. This information is good until the next event is @@ -318,7 +318,8 @@ processed. Thus it is valid inside handle() and -
FLTK follows very simple and unchangeable rules for sending events. The major innovation is that widgets can indicate (by diff --git a/documentation/fluid.dox b/documentation/fluid.dox index 17b25297d..5a8323abe 100644 --- a/documentation/fluid.dox +++ b/documentation/fluid.dox @@ -825,7 +825,7 @@ undone, however. \image html fluid_widget_gui.gif "Figure 9-8: The FLUID widget GUI attributes" -
The No Change button means the callback is done on the matching event even if the data is not changed. -
Double-clicking a window name in the browser will display it, if not displayed yet. From this display you can select widgets, @@ -1155,7 +1155,7 @@ different.
it) is almost identical to the panel for any other Fl_Widget. There are three extra items: -The contents of the image files in the Image and Inactive text fields are written to the .cxx diff --git a/documentation/glut.dox b/documentation/glut.dox index de3da719c..8ef1a32f5 100644 --- a/documentation/glut.dox +++ b/documentation/glut.dox @@ -77,7 +77,8 @@ glutCreateWindow()! loop calling Fl::wait() to run the program.
-©2008 Bill Spitzak and others.
-