From 09f3094aef152ece5bf802983d54f1642d803e0d Mon Sep 17 00:00:00 2001 From: Fabien Costantini Date: Mon, 15 Sep 2008 12:46:49 +0000 Subject: Doxygen documentation WP10 Done. Reserved WP11. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6254 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Adjuster.cxx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/Fl_Adjuster.cxx') diff --git a/src/Fl_Adjuster.cxx b/src/Fl_Adjuster.cxx index 5c5e46f3a..cbc869488 100644 --- a/src/Fl_Adjuster.cxx +++ b/src/Fl_Adjuster.cxx @@ -25,7 +25,6 @@ // http://www.fltk.org/str.php // - #include #include #include @@ -157,6 +156,12 @@ int Fl_Adjuster::handle(int event) { return 0; } +/** + Creates a new Fl_Adjuster widget using the given position, + size, and label string. It looks best if one of the dimensions is 3 + times the other. +

Inherited destructor destroys the Valuator. +*/ Fl_Adjuster::Fl_Adjuster(int X, int Y, int W, int H, const char* l) : Fl_Valuator(X, Y, W, H, l) { box(FL_UP_BOX); -- cgit v1.2.3