doc: added 'SettingTitle' to __all__

This class was mentioned in the Docs but the link was broken due to it's ommission for __all__.
This commit is contained in:
Zen-CODE 2014-07-29 22:46:26 +02:00
parent 927682c749
commit 377a47fc4c
1 changed files with 2 additions and 2 deletions

View File

@ -155,8 +155,8 @@ on_close event.
'''
__all__ = ('Settings', 'SettingsPanel', 'SettingItem', 'SettingString',
'SettingPath', 'SettingBoolean', 'SettingNumeric',
'SettingOptions', 'SettingsWithSidebar', 'SettingsWithSpinner',
'SettingPath', 'SettingBoolean', 'SettingNumeric', 'SettingOptions',
'SettingTitle', 'SettingsWithSidebar', 'SettingsWithSpinner',
'SettingsWithTabbedPanel', 'SettingsWithNoMenu',
'InterfaceWithSidebar', 'ContentPanel')