summaryrefslogtreecommitdiff
path: root/FL/Fl_Box.H
diff options
context:
space:
mode:
authorFabien Costantini <fabien@onepost.net>2008-09-17 15:44:43 +0000
committerFabien Costantini <fabien@onepost.net>2008-09-17 15:44:43 +0000
commit3787be9b6e1a382a4482595ed9e1b17ad21e03fa (patch)
tree226dd3d58511bfff50c964031510d08d76e2c1ce /FL/Fl_Box.H
parentb4a50239496145b3f07a6763b7092d477280b5cf (diff)
Doxygen documentation: replace all occurences in comments of &quot; by a quote char. Temporarily set warn_if_undocumented to NO until we correct more severe messages.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6283 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Box.H')
-rw-r--r--FL/Fl_Box.H5
1 files changed, 3 insertions, 2 deletions
diff --git a/FL/Fl_Box.H b/FL/Fl_Box.H
index 10644954a..97aa3285d 100644
--- a/FL/Fl_Box.H
+++ b/FL/Fl_Box.H
@@ -45,12 +45,13 @@ protected:
void draw();
public:
/**
- The first constructor sets box() to FL_NO_BOX, which
+ - The first constructor sets box() to FL_NO_BOX, which
means it is invisible. However such widgets are useful as placeholders
or Fl_Group::resizable()
values. To change the box to something visible, use box(n).
- <P>The second form of the constructor sets the box to the specified box
+ - The second form of the constructor sets the box to the specified box
type.
+ <P>The destructor removes the box.
*/
Fl_Box(int X, int Y, int W, int H, const char *l=0)
: Fl_Widget(X,Y,W,H,l) {}