diff --git a/documentation/Fl.html b/documentation/Fl.html index 65b5cd4dd..1e137130d 100644 --- a/documentation/Fl.html +++ b/documentation/Fl.html @@ -110,8 +110,9 @@ state information and global methods for the current application.
Gets or sets the current widget scheme. Currently only "none" +and "plastic" are recognized, and NULL will use the +scheme defined in the FLTK_SCHEME environment variable +or the scheme resource under X11. +
Changes the current selection. The block of text is @@ -978,7 +987,6 @@ copied to an internal buffer by FLTK (be careful if doing this in response to an FL_PASTE as this may be the same buffer returned by event_text()). The selection_owner() widget is set to the passed owner (possibly sending -FL_SELECTIONCLEAR to the previous owner).
Sets an idle callback.
This method is obsolete - use the add_idle() method instead. +HREF="#Fl.add_idle">add_idle() method instead.
RGB colors can be set using the fl_rgb_color() +
RGB colors can be set using the fl_rgb_color() function:
diff --git a/documentation/drawing.html b/documentation/drawing.html index 5b40b9d83..12e4cb13f 100644 --- a/documentation/drawing.html +++ b/documentation/drawing.html @@ -142,7 +142,7 @@ values. These are mapped to the closest color supported by the screen, either from one of the 256 colors in the FLTK 1.0.x colormap or a direct RGB value on TrueColor screens. You can generate 24-bit RGB color values using the fl_rgb_color() +HREF="functions.html#fl_rgb_color">fl_rgb_color() function.void fl_color(Fl_Color)