Skip to content

Instantly share code, notes, and snippets.

@inclement
Created January 1, 2014 22:51
Show Gist options
  • Select an option

  • Save inclement/8212426 to your computer and use it in GitHub Desktop.

Select an option

Save inclement/8212426 to your computer and use it in GitHub Desktop.
BoxLayout:
Label:
id: the_label
text: 'some default text'
Button:
text: '-> yay'
on_press: the_label.text = 'yay'
Button:
text: '-> yvik'
on_press: the_label.text = 'kivy'[::-1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment