[POS-commit] r3356 - kiwi/trunk/kiwi

Johan Dahlin jdahlin at async.com.br
Thu Apr 27 13:07:31 BRT 2006


Author: jdahlin
Date: Thu Apr 27 13:07:31 2006
New Revision: 3356

Modified:
   kiwi/trunk/kiwi/interfaces.py

Log:
Docstring fixes

Modified: kiwi/trunk/kiwi/interfaces.py
==============================================================================
--- kiwi/trunk/kiwi/interfaces.py	(original)
+++ kiwi/trunk/kiwi/interfaces.py	Thu Apr 27 13:07:31 2006
@@ -30,10 +30,10 @@
     """
     IProxyWidget is a widget that can be attached to a proxy.
 
-    Signals:
+    Signals::
        content-changed: This must be emitted when the content changes
 
-    Properties:
+    Properties::
        data-type: string, data type of the model
        model-attribute: string, name of the attribute in the model
     """
@@ -56,13 +56,13 @@
     """
     IValidatableProxyWidget extends IProxyWidget with validation support
 
-    Signals:
+    Signals::
        validate: This emitted so each widget can provide it's own
          custom validation.
        validation-changed: This is emitted when the validation status
          changes, mainly used by the proxy.
 
-    Properties:
+    Properties::
        mandatory: bool, if the widget is mandatory
     """
 


More information about the POS-commit mailing list