kivy/examples/kv/app_layout.kv

24 lines
388 B
Plaintext
Raw Normal View History

2010-11-08 02:36:17 +00:00
BoxLayout:
Button:
id: bswitch
BoxLayout:
orientation: 'vertical' if bswitch.state == 'down' else 'horizontal'
Button:
id: btn1
text: 'Button 1'
Button:
text: btn1.state
Button:
text: 'Button 3'
Button:
text: 'Button 4'
Button:
text: 'Button 5'