SimpleView.st
branchjv
changeset 6933 8c853e66a469
parent 6908 bc0ac54b098b
parent 6911 b7e5e48b5c0a
child 7030 da2a16e8ec51
--- a/SimpleView.st	Wed Sep 09 16:32:20 2015 +0100
+++ b/SimpleView.st	Fri Oct 02 06:39:07 2015 +0100
@@ -11404,8 +11404,14 @@
 isCodeView2
 
     ^ false
-
-    "Created: / 20-07-2010 / 15:42:28 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
+isComboView
+    ^ false
+!
+
+isPopUpList
+    ^ false
 ! !
 
 !SimpleView methodsFor:'user interaction & notifications'!