test-kivy-app/kivy_venv/share/kivy-examples/demo/showcase/data/screens/codeinput.kv
2024-09-15 15:12:16 +03:00

10 lines
259 B
Plaintext

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