VisualComponent.st
changeset 1789 f52f0a0d8448
parent 1270 774bf14543af
child 2127 0d47162b692b
--- a/VisualComponent.st	Thu Jul 17 13:35:07 2003 +0200
+++ b/VisualComponent.st	Mon Aug 18 14:13:55 2003 +0200
@@ -12,11 +12,13 @@
 
 
 
+"{ Package: 'stx:libview2' }"
+
 Object subclass:#VisualComponent
 	instanceVariableNames:'bounds'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Graphics-Display Objects'
+	category:'Compatibility-ST80-Graphics-Display Objects'
 !
 
 !VisualComponent class methodsFor:'documentation'!
@@ -172,6 +174,18 @@
     "Modified: / 6.7.1998 / 13:47:28 / cg"
 !
 
+borderWidth:aNumber
+    ^ 0
+
+    "Modified: / 6.7.1998 / 13:47:28 / cg"
+!
+
+canTab:aBoolean
+
+    "Modified: / 6.7.1998 / 13:46:17 / cg"
+    "Created: / 6.7.1998 / 13:48:35 / cg"
+!
+
 layout:newLayout
 
     "Modified: / 6.7.1998 / 13:46:17 / cg"
@@ -486,5 +500,5 @@
 !VisualComponent class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/VisualComponent.st,v 1.18 1999-11-19 17:27:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/VisualComponent.st,v 1.19 2003-08-18 12:13:16 cg Exp $'
 ! !