[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/browser - widget.py:1.1.2.4

Dave Fregon axxs at axxs.org
Sun Feb 8 17:47:39 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/interfaces/browser
In directory cvs.zope.org:/tmp/cvs-serv11409/src/zope/app/interfaces/browser

Modified Files:
      Tag: ozzope-widgets-branch
	widget.py 
Log Message:
Added interface to SimpleEditingWidget from the Rotterdam skin


=== Zope3/src/zope/app/interfaces/browser/widget.py 1.1.2.3 => 1.1.2.4 ===
--- Zope3/src/zope/app/interfaces/browser/widget.py:1.1.2.3	Sun Feb  8 00:36:09 2004
+++ Zope3/src/zope/app/interfaces/browser/widget.py	Sun Feb  8 17:47:39 2004
@@ -136,3 +136,9 @@
     orientation = Attribute("XXX - needs documentation")
 
 
+class ISimpleEditingWidget(IBrowserWidget, IEditWidget):
+    
+    width = Attribute("XXX - needs documentation")
+    height = Attribute("XXX - needs documentation")
+    extra = Attribute("XXX - needs documentation")
+




More information about the Zope3-Checkins mailing list