mirror of https://github.com/kivy/kivy.git
doc: tweaks to examples/demo/multistroke/main.py
This commit is contained in:
parent
e1fb25b012
commit
240ce422a0
|
@ -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
|
future will be recognized. You can load and save databases of gestures
|
||||||
in .kg files.
|
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 information pop-up ('No match') comes from the file helpers.py.
|
||||||
The history pane is managed in the file historymanager.py and described
|
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
|
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
|
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
|
settings.py and described in settings.kv. but the actual settings pane is
|
||||||
described in the file multistroke.kv and managed from this file.
|
described in the file multistroke.kv and managed from this file.
|
||||||
|
|
Loading…
Reference in New Issue