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

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

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

revision 1.14.2.7 by styxman, Wed May 21 22:16:08 2003 UTC revision 1.14.2.8 by styxman, Thu Jun 5 19:49:58 2003 UTC
# Line 684  class GFForm(GFObj, GRootObj, GFEventAwa Line 684  class GFForm(GFObj, GRootObj, GFEventAwa
684        entryNo= entryNo+1        entryNo= entryNo+1
685    
686      # GDebug.printMesg (1, "_gFE: result: %s" % map (self.gimmeNames, result))      # GDebug.printMesg (1, "_gFE: result: %s" % map (self.gimmeNames, result))
687      return result      return filter (lambda x: x._type=="GFButton" or (x._type=="GFEntry" and not x.style=="label" and not x.hidden),  result)
688    
689    #    #
690    # nextEntry    # nextEntry

Legend:
Removed from v.1.14.2.7  
changed lines
  Added in v.1.14.2.8

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