/[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.2 by btami, Sun Jul 6 21:35:00 2003 UTC revision 1.3 by jcater, Fri Sep 5 19:33:58 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 = int(gConfig('widgetHeight'))      self.Char__height = int(gConfigForms('widgetHeight'))
47    
48      # Runtime Variables      # Runtime Variables
49      self._inits = [self.initialize]      self._inits = [self.initialize]

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

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