Author: AlbrechtS
Date: 2009-02-09 03:41:56 -0800 (Mon, 09 Feb 2009)
New Revision: 6656
Log:
Improved image layout in Fl_Group::resizable() docs.


Modified:
   branches/branch-1.3/FL/Fl_Group.H
   branches/branch-1.3/src/Fl_Group.cxx

Modified: branches/branch-1.3/FL/Fl_Group.H
===================================================================
--- branches/branch-1.3/FL/Fl_Group.H   2009-02-08 18:49:11 UTC (rev 6655)
+++ branches/branch-1.3/FL/Fl_Group.H   2009-02-09 11:41:56 UTC (rev 6656)
@@ -130,8 +130,11 @@
     In these examples the gray area is the resizable:
 
     \image html resizebox1.gif
+    
     \image html resizebox2.gif
+    
     \image latex resizebox1.eps "before resize"  width=4cm
+    
     \image latex resizebox2.eps "after resize"   width=4cm
 
     The resizable may be set to the group itself, in which case all the

Modified: branches/branch-1.3/src/Fl_Group.cxx
===================================================================
--- branches/branch-1.3/src/Fl_Group.cxx        2009-02-08 18:49:11 UTC (rev 
6655)
+++ branches/branch-1.3/src/Fl_Group.cxx        2009-02-09 11:41:56 UTC (rev 
6656)
@@ -539,6 +539,8 @@
   \note You should never need to use this method directly, unless you have
   special needs to rearrange the children of a Fl_Group. Fl_Tile uses
   this to rearrange its widget positions.
+  
+  \sa init_sizes()
 
   \todo Should the internal representation of the sizes() array be documented?
 */

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to