Merge jv
authorMerge Script
Thu, 29 Sep 2016 07:12:45 +0200
branchjv
changeset 3751 bd9889e90a86
parent 3749 78f1a8829bf7 (current diff)
parent 3750 73f907f202bc (diff)
child 3753 621928f70187
Merge
ApplicationModel.st
--- a/ApplicationModel.st	Tue Sep 20 07:03:17 2016 +0200
+++ b/ApplicationModel.st	Thu Sep 29 07:12:45 2016 +0200
@@ -2817,6 +2817,10 @@
 
 !ApplicationModel methodsFor:'opening'!
 
+hideWindows
+    self windowGroup hideTopViews
+!
+
 open
     "open a standard interface.
      Sorry, but for visualworks compatibility, the builder is returned"
@@ -3177,6 +3181,14 @@
 
     self addTopViewsToCurrentProject.
     self postOpenWith:builder
+!
+
+showWindows
+    self window map;activate.
+!
+
+unhideWindows
+    self windowGroup unhideTopViews
 ! !
 
 !ApplicationModel methodsFor:'opening-dialogs'!