Add warning about Settings.on_config_change() value type

This commit is contained in:
Terje Skjaeveland 2014-03-31 12:04:36 +02:00
parent 7b334d1719
commit 7ee4b204f8
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.