Skip to content

Instantly share code, notes, and snippets.

@kived
Last active October 14, 2015 21:00
Show Gist options
  • Save kived/479729906da5fdd95d5e to your computer and use it in GitHub Desktop.
Save kived/479729906da5fdd95d5e to your computer and use it in GitHub Desktop.
Kivy: options on spinner
MyWidget:
Spinner:
values: root.options
class MyWidget(Widget):
options = ('a', 'b', 'c')
prop = OptionProperty('a', options)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment