class: VisualComponent
authorClaus Gittinger <cg@exept.de>
Thu, 06 Feb 2014 12:49:17 +0100
changeset 3281 77b9432cb8c8
parent 3280 44c1d175546c
child 3282 57d0f3cef4ef
class: VisualComponent comment/format in: #realized
VisualComponent.st
--- a/VisualComponent.st	Wed Feb 05 11:03:28 2014 +0100
+++ b/VisualComponent.st	Thu Feb 06 12:49:17 2014 +0100
@@ -70,7 +70,7 @@
 !VisualComponent class methodsFor:'others'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/VisualComponent.st,v 1.28 2011-07-25 15:31:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/VisualComponent.st,v 1.29 2014-02-06 11:49:17 cg Exp $'
 ! !
 
 !VisualComponent class methodsFor:'queries'!
@@ -221,6 +221,10 @@
 !
 
 realized
+    "return true, if the receiver is realized.
+     Realized means that it has been mapped (i.e. made visible) on
+     the display (as opposed to being only created and possibly invisible)"
+
     ^ true
 !
 
@@ -586,5 +590,6 @@
 !VisualComponent class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/VisualComponent.st,v 1.28 2011-07-25 15:31:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/VisualComponent.st,v 1.29 2014-02-06 11:49:17 cg Exp $'
 ! !
+