Author: mike
Date: 2007-12-15 09:10:13 -0800 (Sat, 15 Dec 2007)
New Revision: 5995
Log:
Add documentation for Fl::event_dx, event_dy, and event_text (STR #1843)


Modified:
   branches/branch-1.1/CHANGES
   branches/branch-1.1/documentation/Fl.html

Modified: branches/branch-1.1/CHANGES
===================================================================
--- branches/branch-1.1/CHANGES 2007-12-15 16:42:08 UTC (rev 5994)
+++ branches/branch-1.1/CHANGES 2007-12-15 17:10:13 UTC (rev 5995)
@@ -3,7 +3,7 @@
        - Documentation fixes (STR #1454, STR #1455, STR #1456,
          STR #1457, STR #1458, STR #1460, STR #1481, STR #1578,
          STR #1639, STR #1645, STR #1644, STR #1792, STR #1793,
-         STR #1742, STR #1777, STR #1794)
+         STR #1742, STR #1777, STR #1794, STR #1843)
        - Added Fl_Group::clip_children() methods to support
          automatic clipping of child widget drawing (STR #1844)
        - Fl_Browser_ and friends now support FL_WHEN_ENTER_KEY

Modified: branches/branch-1.1/documentation/Fl.html
===================================================================
--- branches/branch-1.1/documentation/Fl.html   2007-12-15 16:42:08 UTC (rev 
5994)
+++ branches/branch-1.1/documentation/Fl.html   2007-12-15 17:10:13 UTC (rev 
5995)
@@ -1372,9 +1372,18 @@
 
 <H4><A NAME="Fl.event_dx">int event_dx();</A></H4>
 
+Returns the current horizontal mouse scrolling associated with the
+<tt>FL_MOUSEWHEEL</tt> event. Right is positive.
+
 <H4><A NAME="Fl.event_dy">int event_dy();</A></H4>
 
+Returns the current vertical mouse scrolling assoaciated with the
+<tt>FL_MOUSEWHEEL</tt> event. Down is positive.
+
 <H4><A NAME="Fl.event_text">const char* event_text();</A></H4>
 
+Returns the text associated with the current <tt>FL_PASTE</tt> or
+<tt>FL_DND_RELEASE</tt> event.
+
 </BODY>
 </HTML>

_______________________________________________
fltk-commit mailing list
fltk-commit@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to