doc: tweaks to examples/demo/multistroke/main.py

This commit is contained in:
Zen-CODE 2015-04-04 17:58:01 +02:00
parent e1fb25b012
commit 240ce422a0
1 changed files with 2 additions and 2 deletions

View File

@ -11,11 +11,11 @@ name the gesture, and add it to the database, then simliar gestures in the
future will be recognized. You can load and save databases of gestures
in .kg files.
This demonstration code is many files, with this being the primary file.
This demonstration code spans many files, with this being the primary file.
The information pop-up ('No match') comes from the file helpers.py.
The history pane is managed in the file historymanager.py and described
in the file historymanager.kv. The database pane and storage is managed in
the file gestureDatabase.py and the described in the file gestureDatabase.kv.
the file gestureDatabase.py and the described in the file gestureDatabase.kv.
The general logic of the sliders and buttons are in the file
settings.py and described in settings.kv. but the actual settings pane is
described in the file multistroke.kv and managed from this file.