kivy/examples/demo/kivycatalog
Matthew Einhorn 14c95acc5c Fix missing return for super on_key_down. 2015-01-29 14:34:59 -05:00
..
container_kvs Changes to KivyCatalog LabelContainer demo 2015-01-27 14:09:29 -08:00
README Update README 2015-01-20 00:17:00 -08:00
kivycatalog.kv catalog: rework the bar a little bit 2014-01-24 18:16:13 +01:00
main.py Fix missing return for super on_key_down. 2015-01-29 14:34:59 -05:00

README

This is the Kivy Catalog viewer.

1. It showcases various widgets available in Kivy.
2. It allows interactive editing of Kivy language files
    to get immediate feedback as to how they work

Adding a new .kv file to the Kivy Catalog.

1.  Add the .kv file to the container_kvs directory.
2.  Reference the .kv file in kivycatalog.kv, in the ScreenManager section.

Known bugs:
* The DropDown
* Some widgets are still missing