[wxPython-users] float point controls
Werner F. Bruhin
werner.bruhin at free.fr
Thu Feb 8 01:46:38 PST 2007
Hi Enrike,
altern wrote:
> hi
>
> has anyone created float point controls such as SpinCtrl, Sliders etc...
> It would be great to be able to specify, like in tkinter's Slider
> class, the resolution of the controls, the size of the granularity for
> each control.
Have you checked out the demo which is available with wxPython, just
about every available control has a little demo in it.
Get it from here if you don't have it yet:
http://www.wxpython.org/download.php#binaries
E.g. under More Windows/Controls you have the MaskedEditControls and the
MaskedNumCtrl, these don't have spins or sliders but handle floats and
then there are SpinCtrl and Slider but I think they only handle integer.
Then there is Andrea's FloatSpin:
http://xoomer.alice.it/infinity77/eng/freeware.html
Werner
More information about the wxpython-users
mailing list