From ce4d0fd5d86a1f725aba6093d9674b993d437d6c Mon Sep 17 00:00:00 2001 From: Fabien Costantini Date: Sun, 14 Sep 2008 15:45:27 +0000 Subject: Doxygen Documentation WP4 Done. Has all documentation content but should be completed in increment 2. Registered for WP5. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6239 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Tile.cxx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/Fl_Tile.cxx') diff --git a/src/Fl_Tile.cxx b/src/Fl_Tile.cxx index ca94ffae0..35241f125 100644 --- a/src/Fl_Tile.cxx +++ b/src/Fl_Tile.cxx @@ -25,6 +25,7 @@ // http://www.fltk.org/str.php // + // Group of 2 or 4 "tiles" that can be resized by dragging border // The size of the first child determines where the resize border is. // The resizebox is used to limit where the border can be dragged to. @@ -36,7 +37,10 @@ // Drag the edges that were initially at oldx,oldy to newx,newy: // pass zero as oldx or oldy to disable drag in that direction: - +/** + Drag the intersection at from_x,from_y to to_x,to_y. + This redraws all the necessary children. +*/ void Fl_Tile::position(int oix, int oiy, int newx, int newy) { Fl_Widget*const* a = array(); int *p = sizes(); -- cgit v1.2.3