test-kivy-app/kivy_venv/share/kivy-examples/kv/app_button.kv
2024-09-15 15:12:16 +03:00

10 lines
140 B
Plaintext

#:kivy 1.0
Widget:
Button:
text: "Hello World"
Button:
text: "I'm another label"
pos: (200, 200)