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

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

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

revision 1.1 by siesel, Thu Jun 12 01:00:09 2003 UTC revision 1.2 by btami, Sun Jul 6 21:35:00 2003 UTC
# Line 43  class GFComponent(GFValue): Line 43  class GFComponent(GFValue):
43    
44      # Default attributes (these may be replaced by parser)      # Default attributes (these may be replaced by parser)
45      self.type = "URL"      self.type = "URL"
46      self.Char__height = float(gConfig('widgetHeight'))      self.Char__height = int(gConfig('widgetHeight'))
47    
48      # Runtime Variables      # Runtime Variables
49      self._inits = [self.initialize]      self._inits = [self.initialize]

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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