commit-gnue
[Top][All Lists]
Advanced

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

gnue/forms/src GFParser.py


From: Jason Cater
Subject: gnue/forms/src GFParser.py
Date: Tue, 26 Nov 2002 21:45:35 -0500

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    02/11/26 21:45:35

Modified files:
        forms/src      : GFParser.py 

Log message:
        fixed changes for tabbed move to layout

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/forms/src/GFParser.py.diff?tr1=1.95&tr2=1.96&r1=text&r2=text

Patches:
Index: gnue/forms/src/GFParser.py
diff -c gnue/forms/src/GFParser.py:1.95 gnue/forms/src/GFParser.py:1.96
*** gnue/forms/src/GFParser.py:1.95     Tue Nov 26 21:38:43 2002
--- gnue/forms/src/GFParser.py  Tue Nov 26 21:45:35 2002
***************
*** 116,132 ****
           'SingleInstance': 1,
           'ParentTags': ('layout',),
           'Description': 'TODO' ,
!          'tabbed': {
!            'Typecast': GTypecast.name,
!            'ValueSet': {
!               'left': {},
!               'right': {},
!               'bottom': {},
!               'top': {} },
             'Default': "",
             'Description': 'Allows a form to convert it\'s pages as '
!                           'notebook tabs. Allowed values are {left}, '
!                           '{right}, {bottom}, {top}.' } },
  
        'page': {
           'BaseClass': GFObjects.GFPage,
--- 116,133 ----
           'SingleInstance': 1,
           'ParentTags': ('layout',),
           'Description': 'TODO' ,
!          'Attributes': {
!            'tabbed': {
!              'Typecast': GTypecast.name,
!              'ValueSet': {
!                 'left': {},
!                 'right': {},
!                 'bottom': {},
!                 'top': {} },
             'Default': "",
             'Description': 'Allows a form to convert it\'s pages as '
!                         'notebook tabs. Allowed values are {left}, '
!                         '{right}, {bottom}, {top}.' } } } ,
  
        'page': {
           'BaseClass': GFObjects.GFPage,




reply via email to

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