From 240ce422a08678981a4883a7cbb3c3232c874b0e Mon Sep 17 00:00:00 2001 From: Zen-CODE Date: Sat, 4 Apr 2015 17:58:01 +0200 Subject: [PATCH] doc: tweaks to examples/demo/multistroke/main.py --- examples/demo/multistroke/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/demo/multistroke/main.py b/examples/demo/multistroke/main.py index 081d78694..38e79a321 100644 --- a/examples/demo/multistroke/main.py +++ b/examples/demo/multistroke/main.py @@ -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.