From 9456baab50e8937d9a843a362847d589958694f9 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 30 Jul 2002 18:33:49 +0000 Subject: Fix some problems with the filename field and handling selections in the root directory (Fl_File_Chooser). Add documentation for the fl_cursor() function. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2558 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/functions.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'documentation/functions.html') diff --git a/documentation/functions.html b/documentation/functions.html index cdd3f7666..ae502dffb 100644 --- a/documentation/functions.html +++ b/documentation/functions.html @@ -19,6 +19,7 @@ A.
  • fl_color_chooser
  • fl_color_cube
  • fl_contrast
  • +
  • fl_cursor
  • fl_darker
  • fl_dir_chooser
  • fl_file_chooser
  • @@ -74,6 +75,7 @@ A.
  • fl_average_color
  • fl_color_cube
  • fl_contrast
  • +
  • fl_cursor
  • fl_darker
  • fl_gray_ramp
  • fl_lighter
  • @@ -367,6 +369,31 @@ with the background color. Otherwise, returns which color provides the best contrast. + +

    fl_cursor

    + +
    + +

    Include Files

    + + + +

    Prototype

    + + + +

    Description

    + +

    Sets the cursor for the current window to the specified shape +and colors. The cursors are defined in the <FL/Enumerations.H> +header file. + +

    fl_darker

    -- cgit v1.2.3