Skip to content

Instantly share code, notes, and snippets.

@hchandad
Created May 26, 2015 05:19
Show Gist options
  • Save hchandad/366fa5c091ccca3f90d8 to your computer and use it in GitHub Desktop.
Save hchandad/366fa5c091ccca3f90d8 to your computer and use it in GitHub Desktop.
...
<SecondLevel>:
second_lvl_label: second_lvl_label.__self__
Label:
id: second_lvl_label
text: str(root.bool)
Button:
text: 'counter here'
on_release: print app.root.counter;self.text = str(app.root.counter)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment