Skip to content

Instantly share code, notes, and snippets.

@kived
Created February 26, 2015 22:48
Show Gist options
  • Save kived/f5190f21dbdd71e08e9b to your computer and use it in GitHub Desktop.
Save kived/f5190f21dbdd71e08e9b to your computer and use it in GitHub Desktop.
Kivy: accessing another widget
<InnerWidget@BoxLayout>:
textinput: ti
Label:
text: 'hello'
TextInput:
id: ti
<OuterWidget@BoxLayout>:
InnerWidget:
id: inner
Label:
text: inner.textinput.text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment