This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
kivy
mirror of
https://github.com/kivy/kivy.git
Watch
1
Star
1
Fork
You've already forked kivy
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
83e943db4f
kivy
/
examples
/
includes
/
layout.kv
7 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Update layout.kv
2014-02-07 04:10:36 +00:00
#:kivy 1.8.1
Add #:include directive. Implement circular reference guarding and sanity checks.
2013-12-19 00:52:16 +00:00
#:include button.kv
<CustomLayout>:
SpecialButton:
Update layout.kv
2014-02-07 04:10:36 +00:00
text: 'Includes!'