/[gnue]/gnue-forms/src/GFObjects/GFEntry.py
ViewVC logotype

Diff of /gnue-forms/src/GFObjects/GFEntry.py

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

revision 1.87 by jcater, Wed Jun 11 19:55:17 2003 UTC revision 1.88 by btami, Sun Jul 6 21:35:00 2003 UTC
# Line 45  class GFEntry(GFTabStop): Line 45  class GFEntry(GFTabStop):
45      GFTabStop.__init__(self, parent, 'GFEntry')      GFTabStop.__init__(self, parent, 'GFEntry')
46    
47      # Default attributes (these may be replaced by parser)      # Default attributes (these may be replaced by parser)
48      self.Char__height = float(gConfig('widgetHeight'))      self.Char__height = int(gConfig('widgetHeight'))
49      self.Char__width = float(gConfig('widgetWidth'))      self.Char__width = int(gConfig('widgetWidth'))
50      self.style = "default"      self.style = "default"
51    
52      self._inits = [self.initialize]      self._inits = [self.initialize]

Legend:
Removed from v.1.87  
changed lines
  Added in v.1.88

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