From 09daf20b81cdae78772f07c0af22a571d7cc73eb Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 29 Nov 2001 19:24:00 +0000 Subject: Documentation updates galore (up to chapter 7, still need to do chapter 8 and 9, tweek the appendices, and recapture the screenshots...) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1786 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Box.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'documentation/Fl_Box.html') diff --git a/documentation/Fl_Box.html b/documentation/Fl_Box.html index 01ed1b4c0..e575fad8a 100644 --- a/documentation/Fl_Box.html +++ b/documentation/Fl_Box.html @@ -17,23 +17,23 @@

Description

- This widget simply draws its box, and possibly it's label. Putting it -before some other widgets and making it big enough to surround them -will let you draw a frame around them. + This widget simply draws its box, and possibly it's label. Putting it +before some other widgets and making it big enough to surround them +will let you draw a frame around them.

Methods

-

Fl_Box::Fl_Box(int x, int y, int w, int h, +

Fl_Box::Fl_Box(int x, int y, int w, int h, const char * = 0) -
Fl_Box::Fl_Box(Fl_Boxtype b, int x, int y, int w, int h, const +
Fl_Box::Fl_Box(Fl_Boxtype b, int x, int y, int w, int h, const char *)

- The first constructor sets box() to FL_NO_BOX, which -means it is invisible. However such widgets are useful as placeholders + 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). -

The second form of the constructor sets the box to the specified box + values. To change the box to something visible, use box(n). +

The second form of the constructor sets the box to the specified box type.

Fl_Box::~Fl_Box(void)

The destructor removes the box. -- cgit v1.2.3