CVS: anygui/lib/anygui ComboBoxes.py,NONE,1.1
"Dallas T. Johnston" <[email protected]> Sat, 16 Nov 2002 04:45:25 -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-serv25354/lib/anygui
Added Files:
ComboBoxes.py
Log Message:
Forgot this one =)
--- NEW FILE: ComboBoxes.py ---
from anygui.Components import Component
from anygui import Defaults, backendModule, frontEndWrappers
class ComboBox(Component, Defaults.ComboBox):
def wrapperFactory(self):
try:
return backendModule().ComboBoxWrapper(self)
except(AttributeError):
return frontEndWrappers().ComboBoxWrapper(self)
-------------------------------------------------------
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