AGW Logo

svn SVN Revision 69086 For floatspin

This file contains the SVN revision history for floatspin, at revision 69086.

Available information include commit date, the name of the committer, the file size, the SVN log messages and a diff from the previous version (if available).


file_info File Information

  • Commit Date: 17-Oct-2008 19:15:31 UTC
  • Committer: AG
  • File Size: 52908 byte(s)

svn_log Log Messages

The following log message was entered by the committer:

  • Fixed bug #13437 for SuperToolTip;
  • Fixed bug #13477 for UltimateListCtrl.

svn_diff Diff To Previous Version (68881)

Version SVN diff:

--- wxPython/3rdParty/AGW/agw/floatspin.py  2011/08/25 16:40:17     68881
+++ wxPython/3rdParty/AGW/agw/floatspin.py  2011/09/14 19:39:08     69086
@@ -30,7 +30,7 @@
Description
===========

-L{FloatSpin} implements a floating point `wx.Spinctrl`. It is built using a custom
+L{FloatSpin} implements a floating point `wx.SpinCtrl`. It is built using a custom
`wx.PyControl`, composed by a `wx.TextCtrl` and a `wx.SpinButton`. In order to
correctly handle floating points numbers without rounding errors or non-exact
floating point representations, L{FloatSpin} uses the great L{FixedPoint} class
@@ -322,7 +322,7 @@

class FloatSpin(wx.PyControl):
"""
-    L{FloatSpin} implements a floating point `wx.Spinctrl`. It is built using a custom
+    L{FloatSpin} implements a floating point `wx.SpinCtrl`. It is built using a custom
`wx.PyControl`, composed by a `wx.TextCtrl` and a `wx.SpinButton`. In order to
correctly handle floating points numbers without rounding errors or non-exact
floating point representations, L{FloatSpin} uses the great L{FixedPoint} class
Tree

Table Of Contents

Previous topic

SVN Revision 68881 For floatspin

Next topic

fmcustomizedlg