/[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.8 by styxman, Thu Jun 5 19:49:58 2003 UTC revision 1.14.2.9 by styxman, Fri Jun 6 21:02:12 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 filter (lambda x: x._type=="GFButton" or (x._type=="GFEntry" and not x.style=="label" and not x.hidden),  result)      return filter (
688          lambda x: x._type=="GFButton" or
689            (x._type=="GFEntry" and not x.style=="label" and not x.hidden and not x.style=='textlookup'),
690          result)
691    
692    #    #
693    # nextEntry    # nextEntry

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

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