SimpleView.st
changeset 9024 a075d9b7face
parent 9023 4f1e7013be15
child 9027 87ba2fa20daf
--- a/SimpleView.st	Fri Mar 06 19:30:23 2020 +0100
+++ b/SimpleView.st	Fri Mar 06 21:56:15 2020 +0100
@@ -12059,6 +12059,10 @@
 
 isPopUpList
     ^ false
+!
+
+isWarningBox
+    ^ false
 ! !
 
 !SimpleView methodsFor:'user interaction & notifications'!