test-kivy-app/kivy_venv/share/kivy-examples/kv/app_button.kv

10 lines
140 B
Plaintext
Raw Normal View History

2024-09-15 12:12:16 +00:00
#:kivy 1.0
Widget:
Button:
text: "Hello World"
Button:
text: "I'm another label"
pos: (200, 200)