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

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

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

revision 1.11 by jcater, Wed Jun 11 19:55:17 2003 UTC revision 1.12 by btami, Sun Jul 6 21:35:00 2003 UTC
# Line 42  class GFLabel(GFValue): Line 42  class GFLabel(GFValue):
42    
43      # Default attributes (these may be replaced by parser)      # Default attributes (these may be replaced by parser)
44      self.alignment = "left"      self.alignment = "left"
45      self.Char__height = float(gConfig('widgetHeight'))      self.Char__height = int(gConfig('widgetHeight'))
46    
47      # Runtime Variables      # Runtime Variables
48      self._inits = [self.initialize]      self._inits = [self.initialize]

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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