From 59c96f54635aed579fcb40a1980ff3694af46bd8 Mon Sep 17 00:00:00 2001 From: Bill Spitzak Date: Wed, 27 Jan 1999 08:45:11 +0000 Subject: Fixes to documentation. Restored the lines drawn around symbols, it uses fl_color_average to pick a dark line color that is still deactivatable. Requested by CE. git-svn-id: file:///fltk/svn/fltk/trunk@249 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Tile.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'documentation/Fl_Tile.html') diff --git a/documentation/Fl_Tile.html b/documentation/Fl_Tile.html index fb837d70b..e906105a0 100644 --- a/documentation/Fl_Tile.html +++ b/documentation/Fl_Tile.html @@ -21,7 +21,7 @@

Description

The Fl_Tile class lets you resize the children by dragging the border between them: -

+

Fl_Tile allows objects to be resized to zero dimensions. To prevent this you can use the resizable() to limit where corners can be dragged to.

@@ -30,7 +30,8 @@ initially have non-zero sizes so the Fl_Tile can figure out their layout. If desired, call position() after creating the children but before displaying the window to set the borders where you want.

-

The "borders" are part of the children, an Fl_Tiledoes not +

The "borders" are part of the children, an + Fl_Tile does not draw any graphics of it's own. In the above example all the final children have FL_DOWN_BOX types, and the "ridges" you see are two adjacent FL_DOWN_BOX's drawn next to each other.

@@ -50,7 +51,7 @@ and label string. The default boxtype is FL_NO_BOX. whole tree to be deleted at once, without having to keep a pointer to all the children in the user code. A kludge has been done so the Fl_Tile and all of it's children can be automatic (local) -variables, but you must declare the Fl_Tilefirst, so +variables, but you must declare the Fl_Tile first, so that it is destroyed last.

void Fl_Tile::position(from_x, from_y, to_x, to_y)

-- cgit v1.2.3