/[papo]/gnue/forms/src/GFParser.py
ViewVC logotype

Diff of /gnue/forms/src/GFParser.py

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

revision 1.7 by styxman, Mon Sep 23 12:13:44 2002 UTC revision 1.8 by styxman, Tue Sep 24 15:43:34 2002 UTC
# Line 567  def getXMLelements(): Line 567  def getXMLelements():
567                 'Typecast': GTypecast.name,                 'Typecast': GTypecast.name,
568                 'Default': "char" } },                 'Default': "char" } },
569           'ParentTags':  ('form',) },           'ParentTags':  ('form',) },
570    
571          'maintoolbar': {
572            'BaseClass': GFForm.GFMainToolBar,
573            'Required': 0,
574            'SingleInstance': 1,
575            'Attributes': {
576              'enabled': {
577                'Typecast': GTypecast.boolean,
578                'Default': 1,
579              },
580            },
581            'ParentTags': ('form',),
582          },
583    
584          'mainmenubar': {
585            'BaseClass': GFForm.GFMainMenuBar,
586            'Required': 0,
587            'SingleInstance': 1,
588            'Attributes': {
589              'enabled': {
590                'Typecast': GTypecast.boolean,
591                'Default': 1,
592              },
593            },
594            'ParentTags': ('form',),
595          },
596    
597      }      }
598    
599    

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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