Merge pull request #2030 from bionoid/on_config_change

Add warning about Settings.on_config_change() value type
This commit is contained in:
Mathieu Virbel 2014-04-01 18:37:48 +02:00
commit 07ede1b60f
1 changed files with 5 additions and 0 deletions

View File

@ -851,6 +851,11 @@ class Settings(BoxLayout):
:Events:
`on_config_change`: ConfigParser instance, section, key, value
Fired when section/key/value of a ConfigParser changes.
.. warning:
value will be str/unicode type, regardless of the setting
type (numeric, boolean, etc)
`on_close`
Fired by the default panel when the Close button is pressed.