Author: jamest
Date: 2006-03-28 10:32:11 -0600 (Tue, 28 Mar 2006)
New Revision: 8278

Modified:
   trunk/gnue-forms/src/GFObjects/GFLayout.py
   trunk/gnue-forms/src/GFParser.py
Log:
added layout.pageName.entryName to the trigger namespace


Modified: trunk/gnue-forms/src/GFObjects/GFLayout.py
===================================================================
--- trunk/gnue-forms/src/GFObjects/GFLayout.py  2006-03-28 02:43:38 UTC (rev 
8277)
+++ trunk/gnue-forms/src/GFObjects/GFLayout.py  2006-03-28 16:32:11 UTC (rev 
8278)
@@ -41,6 +41,7 @@
     self._inits =[self.initialize]
     self._pageList = []
     self.tabbed = 'none'
+    self._triggerGlobal = 1
 
   def _buildObject(self):
 

Modified: trunk/gnue-forms/src/GFParser.py
===================================================================
--- trunk/gnue-forms/src/GFParser.py    2006-03-28 02:43:38 UTC (rev 8277)
+++ trunk/gnue-forms/src/GFParser.py    2006-03-28 16:32:11 UTC (rev 8278)
@@ -141,13 +141,20 @@
                 'right':  {'Label': _('Right tabs')},
                 'bottom': {'Label': _('Botton tabs')},
                 'top':    {'Label': _('Top tabs')} },
-           'Default': "none",
-           '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.' } } } ,
+             'Default': "none",
+             '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.' },
+           'name': {
+               'Unique': True,
+               'Typecast': GTypecast.name,
+               'Label': _('Name'),
+               'Default': 'layout',
+               'Description': 'A unique name or ID for the form.' },
+                           } } ,
 
       'page': {
          'BaseClass': GFObjects.GFPage,



_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue

Reply via email to