VisualComponent.st
changeset 290 d26dc55ac7e4
parent 274 434f1bc78362
child 291 785a5faf3320
--- a/VisualComponent.st	Wed Jun 05 17:19:37 1996 +0200
+++ b/VisualComponent.st	Wed Jun 05 17:22:32 1996 +0200
@@ -232,6 +232,18 @@
     "Modified: 13.5.1996 / 10:15:13 / cg"
 !
 
+isBorderedWrapper
+     ^ false
+
+    "Created: 5.6.1996 / 14:11:18 / cg"
+!
+
+isWrapper
+     ^ false
+
+    "Created: 5.6.1996 / 01:04:40 / cg"
+!
+
 widthOn:aGC
     "return my width, if displayed on aGC;
      I assume that my width is independent of the device, and return
@@ -274,5 +286,5 @@
 !VisualComponent class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/VisualComponent.st,v 1.7 1996-05-26 11:28:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/VisualComponent.st,v 1.8 1996-06-05 15:22:32 cg Exp $'
 ! !