Fix class names

This commit is contained in:
Stefan van der Walt
2014-09-30 06:22:24 +02:00
parent f7ee2c28a6
commit ea00067b0e
+2 -2
View File
@@ -221,7 +221,7 @@ class ComboBox(BaseWidget):
ptype : {'arg' | 'kwarg' | 'plugin'}, optional
Parameter type.
callback : callable f(widget_name, value), optional
Callback function called in response to slider changes.
Callback function called in response to combobox changes.
*Note:* This function is typically set (overridden) when the widget is
added to a plugin.
"""
@@ -274,7 +274,7 @@ class CheckBox(BaseWidget):
ptype : {'arg' | 'kwarg' | 'plugin'}, optional
Parameter type
callback : callable f(widget_name, value), optional
Callback function called in response to slider changes.
Callback function called in response to checkbox changes.
*Note:* This function is typically set (overridden) when the widget is
added to a plugin.
"""