commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/gnuef/src GFParser.py


From: Jason Cater
Subject: gnue/gnuef/src GFParser.py
Date: Mon, 02 Jul 2001 09:55:09 -0700

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    01/07/02 09:55:09

Modified files:
        gnuef/src      : GFParser.py 

Log message:
        Updated w/new attribute tag

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnuef/src/GFParser.py.diff?cvsroot=OldCVS&tr1=1.40&tr2=1.41&r1=text&r2=text

Patches:
Index: gnue/gnuef/src/GFParser.py
diff -u gnue/gnuef/src/GFParser.py:1.40 gnue/gnuef/src/GFParser.py:1.41
--- gnue/gnuef/src/GFParser.py:1.40     Wed Jun 27 19:20:18 2001
+++ gnue/gnuef/src/GFParser.py  Mon Jul  2 09:55:09 2001
@@ -87,6 +87,7 @@
       'form': { 
          'BaseClass':    GFForm.GFForm,
          'Required': 1,
+         'SingleInstance': 1, 
          'Attributes': { 
             'title': {
                'Typecast': char },
@@ -354,6 +355,7 @@
 
       'options': { 
          'BaseClass':    GFObjects.GFOptions,    
+         'SingleInstance': 1, 
          'UsableBySiblings': 1, 
          'ParentTags':  ('form',) },
 
@@ -373,6 +375,7 @@
                'Typecast': char, 
                'Default':  'title' } },
          'MixedContent':   1, 
+         'SingleInstance': 1, 
          'ParentTags':  ('options',) },
 
       'name': { 
@@ -382,6 +385,7 @@
                'Typecast': char, 
                'Default':  'name' } },
          'MixedContent':   1, 
+         'SingleInstance': 1, 
          'ParentTags':  ('options',) },
 
       'height': { 
@@ -391,6 +395,7 @@
                'Typecast': char, 
                'Default':  'height' } },
          'MixedContent':   1, 
+         'SingleInstance': 1, 
          'ParentTags':  None },
 
       'width': { 
@@ -400,6 +405,7 @@
                'Typecast': char, 
                'Default':  'width' } },
          'MixedContent':   1, 
+         'SingleInstance': 1, 
          'ParentTags':  ('options',) },
 
       'author': { 
@@ -409,6 +415,7 @@
                'Typecast': char, 
                'Default':  'author' } },
          'MixedContent':   1, 
+         'SingleInstance': 1, 
          'ParentTags':  ('options',) },
 
       'description':{ 
@@ -418,6 +425,7 @@
                'Typecast': char, 
                'Default':  'description' } },
          'MixedContent':   1, 
+         'SingleInstance': 1, 
          'ParentTags':  ('options',) },
 
       'version': { 
@@ -427,6 +435,7 @@
                'Typecast': char, 
                'Default':  'version' } },
          'MixedContent':   1, 
+         'SingleInstance': 1, 
          'ParentTags':  ('options',) },
 
       'tip': { 
@@ -436,6 +445,7 @@
                'Typecast': char, 
                'Default':  'tip' } },
          'MixedContent':   1, 
+         'SingleInstance': 1, 
          'ParentTags':  ('options',) }, 
     }
     



reply via email to

[Prev in Thread] Current Thread [Next in Thread]