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.

  • remove_timeout
  • repeat_timeout
  • run
  • -
  • selection_owner
  • +
  • scheme
  • selection
  • +
  • selection_owner
  • set_abort
  • set_atclose
  • set_boxtype
  • @@ -971,6 +972,14 @@ repeatedly. When all the windows are closed it returns zero exit directly for these). A normal program will end main() with return Fl::run();. +

    void scheme(const char *name); +
    const char *scheme();

    + +

    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. +

    void selection(Fl_Widget &owner, const char* stuff, int len);

    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).

    Fl_Widget* selection_owner();
    void selection_owner(Fl_Widget*);

    @@ -1046,7 +1054,7 @@ done.

    Sets an idle callback.

    This method is obsolete - use the add_idle() method instead. +HREF="#Fl.add_idle">add_idle() method instead.

    void set_labeltype(Fl_Labeltype,Fl_Label_Draw_F*,Fl_Label_Measure_F*);
    void set_labeltype(Fl_Labeltype, Fl_Labeltype from);

    diff --git a/documentation/common.html b/documentation/common.html index 26dc69a6e..6659c85b4 100644 --- a/documentation/common.html +++ b/documentation/common.html @@ -229,7 +229,7 @@ fixed contents.

  • FL_GRAY (this is the default background color of most widgets)
  • -

    RGB colors can be set using the fl_rgb_color() +

    RGB colors can be set using the fl_rgb_color() function: