Skip to content

Instantly share code, notes, and snippets.

@theodox
Last active August 29, 2015 13:57
Show Gist options
  • Save theodox/9632244 to your computer and use it in GitHub Desktop.
Save theodox/9632244 to your computer and use it in GitHub Desktop.
from mGui.core.controls import FloatSlider
slider = FloatSlider('testslider')
# pythonic properties, thanks to the metaclass...
slider.width = 100
slider.minValue = 50
slider.maxValue = 250
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment