summaryrefslogtreecommitdiff
path: root/src/fl_show_colormap.cxx
diff options
context:
space:
mode:
authorFabien Costantini <fabien@onepost.net>2008-09-15 20:56:17 +0000
committerFabien Costantini <fabien@onepost.net>2008-09-15 20:56:17 +0000
commite6652d845a06147064fca7f90c76320036a4ee4e (patch)
tree54546ee49ae2c482efc158961706edf695b5ac77 /src/fl_show_colormap.cxx
parenta99524ef2d24ce14334a171b9de29dfdf93928cd (diff)
Doxygen documentation increment 2: adding more classes, comments not referenced in original doc. hide public enter_(), exit_() functions, made friend Fl_Widget::tooltip(), these should not appear in the public member dox. documentation. added static variables initialisation to 0 in glut for msvc platform compilers."
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6261 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_show_colormap.cxx')
-rw-r--r--src/fl_show_colormap.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/fl_show_colormap.cxx b/src/fl_show_colormap.cxx
index 133f074c3..e3ea7259a 100644
--- a/src/fl_show_colormap.cxx
+++ b/src/fl_show_colormap.cxx
@@ -25,9 +25,6 @@
// http://www.fltk.org/str.php
//
-// Select a color from the colormap.
-// Pretty much unchanged from Forms.
-
#include <FL/Fl.H>
#include <FL/Fl_Single_Window.H>
#include <FL/fl_draw.H>
@@ -37,6 +34,10 @@
#define BOXSIZE 14
#define BORDER 4
+/**
+ This widget creates a modal window for selecting a color from the colormap.
+ Pretty much unchanged from Forms.
+*/
class ColorMenu : public Fl_Window {
Fl_Color initial;
Fl_Color which, previous;