CVS: anygui/lib/anygui Defaults.py,1.26,1.27
"Dallas T. Johnston" <[email protected]> Sat, 16 Nov 2002 04:47:15 -0800
| Newsgroups | gmane.comp.python.anygui.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/anygui/anygui/lib/anygui
In directory usw-pr-cvs1:/tmp/cvs-serv25678/lib/anygui
Modified Files:
Defaults.py
Log Message:
and this...
Index: Defaults.py
===================================================================
RCS file: /cvsroot/anygui/anygui/lib/anygui/Defaults.py,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** Defaults.py 8 Aug 2002 07:17:44 -0000 1.26
--- Defaults.py 16 Nov 2002 12:47:13 -0000 1.27
***************
*** 157,161 ****
'selection' : 0,
}
!
class RadioButton:
_defaultEvent = 'click'
--- 157,182 ----
'selection' : 0,
}
!
! class ComboBox:
! _defaultEvent = 'select'
! state = {
! 'text' : 'ComboBox',
! 'x' : 0,
! 'y' : 0,
! 'width' : 100,
! 'height' : 15,
! 'hmove' : 0,
! 'vmove' : 0,
! 'hstretch' : 0,
! 'vstretch' : 0,
! 'visible' : 1,
! 'enabled' : 1,
! 'items' : (),
! 'selection' : 0,
! 'lbxHeight' : 100,
! 'cbxHeight' : 22,
! 'btnWidth' : 18,
! }
!
class RadioButton:
_defaultEvent = 'click'
-------------------------------------------------------
This sf.net email is sponsored by: To learn the basics of securing
your web site with SSL, click here to get a FREE TRIAL of a Thawte
Server Certificate: http://www.gothawte.com/rd524.html