Skip to content

Instantly share code, notes, and snippets.

@inclement
Created December 18, 2014 21:22
Show Gist options
  • Select an option

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

Select an option

Save inclement/7c2017b808619f513600 to your computer and use it in GitHub Desktop.
<PartBox@BoxLayout>:
ti: ti
orientation: 'vertical'
size_hint_x: 0.2
title: ''
Label:
text: root.title
TextInput:
id: ti
text: '0'
<MyThing>:
PartBox:
title: 'Territory'
id: pb1
PartBox:
title: 'Komi'
id: pb2
Label:
text: 'Total: ???' + pb1.ti.text + pb2.ti.text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment