SimpleView.st
changeset 8674 e29a561c0fbe
parent 8672 f17d3237e820
child 8676 47ea6f5a3076
--- 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
 ! !