test-kivy-app/kivy_venv/share/kivy-examples/demo/showcase/data/screens/codeinput.kv

10 lines
259 B
Plaintext
Raw Permalink Normal View History

2024-09-15 12:12:16 +00:00
ShowcaseScreen:
fullscreen: True
name: 'CodeInput'
CodeInput:
padding: '4dp'
text: 'class Hello(object):\n\tpass\n\nprint("Hello world")'
focus: True if root.parent else False