/[gnue]/gnue-forms/src/uidrivers/wx/widgets/entry.py
ViewVC logotype

Diff of /gnue-forms/src/uidrivers/wx/widgets/entry.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by jamest, Sun Mar 9 04:08:51 2003 UTC revision 1.4 by btami, Sat Oct 18 10:03:39 2003 UTC
# Line 70  class UIEntry(UIHelper): Line 70  class UIEntry(UIHelper):
70        newWidget.GetValue = newWidget.GetLabel        newWidget.GetValue = newWidget.GetLabel
71    
72      elif style == 'checkbox':      elif style == 'checkbox':
73        newWidget = wxCheckBox(event.container, -1, "",defaultPoint,        newWidget = wxCheckBox(event.container, -1, object.label,defaultPoint,
74                               wxSize(2*event.textWidth,event.textHeight),                               wxSize(self.itemWidth,event.textHeight),
75                               wxNO_BORDER|wxWANTS_CHARS)                               wxNO_BORDER|wxWANTS_CHARS)
76        if event.initialize:        if event.initialize:
77          newWidget.SetValue(0)          newWidget.SetValue(0)

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26