#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Tue, 23 Apr 2019 16:30:55 +0200
changeset 8674 e29a561c0fbe
parent 8673 8cda4102607a
child 8675 62c554057380
#FEATURE by cg class: SimpleView added: #isDialogBox
SimpleView.st
--- a/SimpleView.st	Sat Apr 20 09:14:08 2019 +0200
+++ b/SimpleView.st	Tue Apr 23 16:30:55 2019 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
@@ -12101,6 +12099,12 @@
     ^ false
 !
 
+isDialogBox
+    ^ false
+
+    "Created: / 23-04-2019 / 16:30:43 / Claus Gittinger"
+!
+
 isPopUpList
     ^ false
 ! !