X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fxwt%2FTrap.java;fp=src%2Forg%2Fxwt%2FTrap.java;h=c6c6a47bd166b783a8b110c2dd520b877d4275e3;hb=a81a151e639664cb340cf3726f9e8b9c77d125fb;hp=3e6302ba3bb46a7551d5e953dfb4464957d0bff5;hpb=517e8e64135ecf6dc5a8d9d8e0a32cce978a3aef;p=org.ibex.core.git diff --git a/src/org/xwt/Trap.java b/src/org/xwt/Trap.java index 3e6302b..c6c6a47 100644 --- a/src/org/xwt/Trap.java +++ b/src/org/xwt/Trap.java @@ -19,12 +19,16 @@ public class Trap { private static final Hash PROHIBITED = new Hash(120, 3); static { + // FIXME: review String[] p = new String[] { - "sizetoimage", "shrink", "hshrink", "vshrink", "x", "y", "width", "height", - "flex", "hflex", "vflex", /*"cols", "rows",*/ "align", "invisible", "absolute", "globalx", "globaly", - "minwidth", "minheight", "height", "width", "maxwidth", "maxheight", - "numchildren", "hpad", "vpad", "doublebuffered", "cursor", - "mousex", "mousey", "xwt", "static", "mouseinside", "root", "thisbox", "indexof", "svg" + "sizetoimage", "shrink", "hshrink", "vshrink", "x", "y", + "width", "height", "flex", "hflex", "vflex", "cols", + "rows", "align", "invisible", "absolute", "globalx", + "globaly", "minwidth", "minheight", "height", "width", + "maxwidth", "maxheight", "numchildren", "hpad", "vpad", + "doublebuffered", "cursor", "mousex", "mousey", "xwt", + "static", "mouseinside", "root", "thisbox", "indexof", + "path" }; for(int i=0; i 0) return cascade(); return f.call(new TrapArgs(this));