VisualComponent.st
changeset 2667 523afff34647
parent 2664 be1086ed7c1c
child 2669 0d68c8c03911
--- a/VisualComponent.st	Fri May 08 17:35:18 2009 +0200
+++ b/VisualComponent.st	Fri May 08 17:35:26 2009 +0200
@@ -512,6 +512,12 @@
     "Created: / 6.7.1998 / 13:50:01 / cg"
 !
 
+isTransparentBox
+     ^ false
+
+    "Created: 19.7.1996 / 17:50:59 / cg"
+!
+
 isWrapper
      ^ false
 
@@ -560,5 +566,5 @@
 !VisualComponent class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/VisualComponent.st,v 1.24 2009-05-08 12:46:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/VisualComponent.st,v 1.25 2009-05-08 15:35:26 cg Exp $'
 ! !