On Thu, 12 Feb 2004, Patrick Devine wrote: > Is it me, or are there a bunch of method calls missing from snack.py in RH > 7.2? There seems to be a setFlags() call for only the Checkbox and Entry > widgets but not for anything else. Shouldn't you be able to "grey out" > other widgets by setting FLAG_DISABLED on? Delving more into this it looks like newt doesn't have setFlags() for anything other than Checkbox and Entry widgets implemented either. Yay. --Patrick.