class: SettingsDialog
authorClaus Gittinger <cg@exept.de>
Thu, 18 Dec 2014 16:08:22 +0100
changeset 15048 4e8598056078
parent 15047 cdfb5c80a65e
child 15049 41530cb36c13
class: SettingsDialog comment/format in: #closeRequest
SettingsDialog.st
--- a/SettingsDialog.st	Wed Dec 17 23:51:09 2014 +0100
+++ b/SettingsDialog.st	Thu Dec 18 16:08:22 2014 +0100
@@ -1480,9 +1480,9 @@
 !SettingsDialog methodsFor:'initialization & release'!
 
 closeRequest
-    "This is a hook method generated by the Browser.
-     It will be invoked when your app/dialog-window is about to be
-     closed (this method has a chance to suppress the close).
+    "This is a hook method.
+     It will be invoked when your app/dialog-window is about to be closed.
+     This method has a chance to suppress the close by returning false.
      See also #closeDownViews, which is invoked when the close is really done."
 
     | req |
@@ -1962,11 +1962,11 @@
 !SettingsDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.123 2014-12-02 17:46:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.124 2014-12-18 15:08:22 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.123 2014-12-02 17:46:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.124 2014-12-18 15:08:22 cg Exp $'
 ! !