summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2013-04-09 15:10:25 +0000
committerManolo Gouy <Manolo>2013-04-09 15:10:25 +0000
commit2c5b2688595dd4711f965dd5cbf87f91e671d1e3 (patch)
treeb06b3b15f835e497e8ff0a863aad9c14f6f2c5f3
parent6bcd9390f8a7690facca3f081b74f0efb90dd155 (diff)
Fix for STR #2947: A couple of minor glitches in the 1.3.2 docs.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9868 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--documentation/src/drawing.dox4
1 files changed, 1 insertions, 3 deletions
diff --git a/documentation/src/drawing.dox b/documentation/src/drawing.dox
index 072e56a66..400c9a2c8 100644
--- a/documentation/src/drawing.dox
+++ b/documentation/src/drawing.dox
@@ -217,7 +217,6 @@ void Fl::get_color(Fl_Color i, uchar &red, uchar &green, uchar &blue)
Generate RGB values from a colormap index value \p i.
The first returns the RGB as a 32-bit unsigned integer,
and the second decomposes the RGB into three 8-bit values.
-\todo work out why Fl::get_color() does not give links!
Fl::get_system_colors() <br>
Fl::foreground() <br>
@@ -237,7 +236,6 @@ Fl::set_color(Fl_Color i, unsigned c)
\par
\p Fl::free_color() and \p Fl::set_color() are used to remove and replace
entries from the colormap.
-\todo work out why these do not give links!
There are two predefined graphical interfaces for choosing colors.
The function fl_show_colormap() shows a table of colors and returns an
@@ -355,7 +353,7 @@ void fl_point(int x, int y)
Draw a single pixel at the given coordinates.
void fl_rectf(int x, int y, int w, int h) <br>
-void fl_rectf(int x, int y, int w, int h)
+void fl_rectf(int x, int y, int w, int h, Fl_Color c)
\par
Color a rectangle that exactly fills the given bounding box.