X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fxwt%2FTrap.java;h=196c445472c11d86d6bb7f8e15925e141ca13b3f;hb=8235361e8601ae7b36ab707058de3b52225d15a2;hp=c6c6a47bd166b783a8b110c2dd520b877d4275e3;hpb=a81a151e639664cb340cf3726f9e8b9c77d125fb;p=org.ibex.core.git diff --git a/src/org/xwt/Trap.java b/src/org/xwt/Trap.java index c6c6a47..196c445 100644 --- a/src/org/xwt/Trap.java +++ b/src/org/xwt/Trap.java @@ -19,16 +19,14 @@ 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", + "shrink", "hshrink", "vshrink", "x", "y", + "width", "height", "flex", "colspan", "rowspan", "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" + "buffered", "cursor", "mousex", "mousey", + "mouseinside", "thisbox", "indexof", "path", "font", "fontsize" }; for(int i=0; i