Author: AlbrechtS
Date: 2009-02-08 10:49:11 -0800 (Sun, 08 Feb 2009)
New Revision: 6655
Log:
Added Fl_Scroll::bbox() documentation (STR #1893)
Modified:
branches/branch-1.1/CHANGES
branches/branch-1.1/documentation/Fl_Scroll.html
Modified: branches/branch-1.1/CHANGES
===================================================================
--- branches/branch-1.1/CHANGES 2009-02-08 18:47:37 UTC (rev 6654)
+++ branches/branch-1.1/CHANGES 2009-02-08 18:49:11 UTC (rev 6655)
@@ -1,5 +1,6 @@
CHANGES IN FLTK 1.1.10
+ - Added Fl_Scroll::bbox() documentation (STR #1893)
- Updated the bundled libpng to v1.2.33.
- Fixed static linking of image libraries (STR #1962)
- Fixed callback would not be called when shortcut was used with
Modified: branches/branch-1.1/documentation/Fl_Scroll.html
===================================================================
--- branches/branch-1.1/documentation/Fl_Scroll.html 2009-02-08 18:47:37 UTC
(rev 6654)
+++ branches/branch-1.1/documentation/Fl_Scroll.html 2009-02-08 18:49:11 UTC
(rev 6655)
@@ -59,6 +59,7 @@
<LI><A href=#Fl_Scroll.Fl_Scroll>Fl_Scroll</A></LI>
<LI><A href=#Fl_Scroll.~Fl_Scroll>~Fl_Scroll</A></LI>
<LI><A href=#Fl_Scroll.align>align</A></LI>
+<LI><A href=#Fl_Scroll.bbox>bbox</A></LI>
<LI><A href=#Fl_Scroll.position>position</A></LI>
<LI><A href=#Fl_Scroll.type>type</A></LI>
<LI><A href=#Fl_Scroll.xposition>xposition</A></LI>
@@ -90,16 +91,27 @@
horizontal always off. </LI>
<LI><TT>Fl_Scroll::BOTH_ALWAYS</TT> - Both always on. </LI>
</UL>
+
<H4><A name=Fl_Scroll.align>void Fl_Scroll::scrollbar.align(int)</A></H4>
This is used to change what side the scrollbars are drawn on. If the <TT>
FL_ALIGN_LEFT</TT> bit is on, the vertical scrollbar is on the left.
If the <TT>FL_ALIGN_TOP</TT> bit is on, the horizontal scrollbar is on
the top. Note that only the alignment flags in <TT>scrollbar</TT> are
considered. The flags in <TT>hscrollbar</TT> however are ignored.
+
+<H4><A NAME="Fl_Scroll.bbox">Fl_Scroll::bbox(int &x, int &y, int
&w, int &h)</A></H4>
+
+<P><tt>[protected]</tt> This method returns the bounding box for the interior
of the scrolling
+area, inside the scrollbars.
+
<H4><A name=Fl_Scroll.xposition>int Fl_Scroll::xposition() const</A></H4>
Gets the current horizontal scrolling position.
+
<H4><A name=Fl_Scroll.yposition>int Fl_Scroll::yposition() const</A></H4>
Gets the current vertical scrolling position.
+
<H4><A name=Fl_Scroll.position>void Fl_Scroll::position(int w, int h)</A>
</H4>
- Sets the upper-lefthand corner of the scrolling region. </BODY></HTML>
+ Sets the upper-lefthand corner of the scrolling region.
+
+</BODY></HTML>
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit