added: #isTextView (sent by recent WorkspaceApplication)
authorvrany
Tue, 13 Sep 2011 12:24:04 +0200
changeset 10704 015027d5c1a2
parent 10703 37e71c475038
child 10705 1c88e86f79aa
added: #isTextView (sent by recent WorkspaceApplication)
XTermView.st
--- a/XTermView.st	Tue Sep 13 12:09:41 2011 +0200
+++ b/XTermView.st	Tue Sep 13 12:24:04 2011 +0200
@@ -254,10 +254,19 @@
     "Modified: / 02-06-2011 / 23:27:01 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+!XTermView methodsFor:'testing'!
+
+isTextView
+
+    ^false
+
+    "Created: / 13-09-2011 / 11:22:49 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+! !
+
 !XTermView class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/XTermView.st,v 1.1 2011-07-07 14:34:40 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/XTermView.st,v 1.2 2011-09-13 10:24:04 vrany Exp $'
 !
 
 version_SVN