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: Fri, 06 Jun 2003 19:00:09 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Branch:         
Changes by:     Jason Cater <address@hidden>    03/06/06 19:00:08

Modified files:
        forms/src      : GFParser.py 

Log message:
        added missing 'References' cross-referencing tags

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

Patches:
Index: gnue/forms/src/GFParser.py
diff -c gnue/forms/src/GFParser.py:1.107 gnue/forms/src/GFParser.py:1.108
*** gnue/forms/src/GFParser.py:1.107    Tue Mar 25 17:11:16 2003
--- gnue/forms/src/GFParser.py  Fri Jun  6 19:00:08 2003
***************
*** 97,103 ****
              'name': {
                 'Unique': 1,
                 'Typecast': GTypecast.name,
!                'Description': 'A unique ID for the form.' },
              'style': {
                 'Typecast': GTypecast.name,
                 'ValueSet': {
--- 97,103 ----
              'name': {
                 'Unique': 1,
                 'Typecast': GTypecast.name,
!                'Description': 'A unique name or ID for the form.' },
              'style': {
                 'Typecast': GTypecast.name,
                 'ValueSet': {
***************
*** 131,139 ****
                  '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,
--- 131,139 ----
                  'bottom': {},
                  'top': {} },
             'Default': "",
!            'Description': 'Informs the UI subsystem to display a form\'s 
pages as '
                          'notebook tabs. Allowed values are {left}, '
!                         '{right}, {bottom}, {top}.  If the UI driver in use 
does not support the chosen tab position (or tabs at all,) then the UI driver 
may choose another tab position.' } } } ,
  
        'page': {
           'BaseClass': GFObjects.GFPage,
***************
*** 160,170 ****
  ## TODO ##         'popup': {},
                     },
                 'Default': 'normal',
!                'Description': 'The type of page '
!                               'when importing pages from a library.' },
              'caption': {
                 'Typecast': GTypecast.text,
!                'Description': 'For tabbed or popup pages, this contains the 
caption to use for the page.' } },
           'ParentTags': ('layout',),
           'Description': 'TODO' },
  
--- 160,169 ----
  ## TODO ##         'popup': {},
                     },
                 'Default': 'normal',
!                'Description': 'The type of page.' },
              'caption': {
                 'Typecast': GTypecast.text,
!                'Description': 'For {tabbed} or {popup} pages, this contains 
the caption to use for the page.' } },
           'ParentTags': ('layout',),
           'Description': 'TODO' },
  
***************
*** 411,421 ****
--- 410,422 ----
                 'Description': 'The unique ID of the entry.' },
              'field': {
                 'Typecast': GTypecast.name,
+                'References': 'field.name',
                 'Required': 1,
                 'Description': 'The name of the field that this ties to.' },
              'block': {
                 'Typecast': GTypecast.name,
                 'Required': 1,
+                'References': 'block.name',
                 'Description': 'The name of the block that this ties to.' },
  ##            'height': {
  ##               'Typecast': GTypecast.whole,
***************
*** 435,441 ****
                 'Description': 'TODO' },
              'navigable': {
                 'Typecast': GTypecast.boolean,
!                'Description': 'It false, the user will be unable to navigate '
                                'to this entry. Triggers can still '
                                'alter the value.',
                 'Default': 1   },
--- 436,442 ----
                 'Description': 'TODO' },
              'navigable': {
                 'Typecast': GTypecast.boolean,
!                'Description': 'If false, the user will be unable to navigate '
                                'to this entry. Triggers can still '
                                'alter the value.',
                 'Default': 1   },
***************
*** 482,487 ****
--- 483,489 ----
              'block': {
                 'Required': 1,
                 'Typecast': GTypecast.name,
+                'References': 'block.name',
                 'Description': 'The {block} to which this scrollbar scrolls.' 
} },
  ##            'width': {
  ##               'Required': 1,
***************
*** 544,553 ****
--- 546,557 ----
                 'Description': 'TODO' },
              'field': {
                 'Typecast': GTypecast.name,
+                'References': 'field.name',
                 'Required': 1,
                 'Description': 'The name of the field that this ties to.' },
              'block': {
                 'Typecast': GTypecast.name,
+                'References': 'block.name',
                 'Required': 1,
                 'Description': 'The name of the block that this ties to.' },
              'type':        {
***************
*** 572,577 ****
--- 576,585 ----
                 'Unique': 1,
                 'Typecast': GTypecast.name,
                 'Description': 'A unique ID for the widget. Useful for 
importable buttons. ' },
+             'block': {
+                'Typecast': GTypecast.name,
+                'References': 'block.name',
+                'Description': 'The (optional) name of the block that this 
ties to. If a button is associated with a block, then the button honors the 
block\'s rows= value.' },
              'focusorder': {
                 'Typecast': GTypecast.whole,
                 'Description': 'TODO'},
***************
*** 768,774 ****
      dialog['Attributes']['style']['Default']='dialog'
      dialog['ParentTags']= ('form',)
      xmlElements.update({'dialog':dialog})
!       
  
      #
      # Add DataSource elements
--- 776,782 ----
      dialog['Attributes']['style']['Default']='dialog'
      dialog['ParentTags']= ('form',)
      xmlElements.update({'dialog':dialog})
! 
  
      #
      # Add DataSource elements




reply via email to

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