From 09daf20b81cdae78772f07c0af22a571d7cc73eb Mon Sep 17 00:00:00 2001
From: Michael R Sweet Fl_Tile allows objects to be resized to zero dimensions.
- To prevent this you can use the resizable() to limit where
+ 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. Even though objects can be resized to zero sizes, they must
-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
+ Even though objects can be resized to zero sizes, they must
+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_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
+ 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. Description
- The Fl_Tile class lets you resize the children by dragging
-the border between them:
+ The Fl_Tile class lets you resize the children by dragging
+the border between them:

Methods
@@ -40,26 +40,26 @@ two adjacent FL_DOWN_BOX's drawn next to each other.