SettingsDialog.st
changeset 15048 4e8598056078
parent 14968 b6fc994956c4
child 15348 2747dbea7233
equal deleted inserted replaced
15047:cdfb5c80a65e 15048:4e8598056078
  1478 ! !
  1478 ! !
  1479 
  1479 
  1480 !SettingsDialog methodsFor:'initialization & release'!
  1480 !SettingsDialog methodsFor:'initialization & release'!
  1481 
  1481 
  1482 closeRequest
  1482 closeRequest
  1483     "This is a hook method generated by the Browser.
  1483     "This is a hook method.
  1484      It will be invoked when your app/dialog-window is about to be
  1484      It will be invoked when your app/dialog-window is about to be closed.
  1485      closed (this method has a chance to suppress the close).
  1485      This method has a chance to suppress the close by returning false.
  1486      See also #closeDownViews, which is invoked when the close is really done."
  1486      See also #closeDownViews, which is invoked when the close is really done."
  1487 
  1487 
  1488     | req |
  1488     | req |
  1489 
  1489 
  1490     (self sendSaveRequestToCurrent == false) ifTrue:[^ self].
  1490     (self sendSaveRequestToCurrent == false) ifTrue:[^ self].
  1960 ! !
  1960 ! !
  1961 
  1961 
  1962 !SettingsDialog class methodsFor:'documentation'!
  1962 !SettingsDialog class methodsFor:'documentation'!
  1963 
  1963 
  1964 version
  1964 version
  1965     ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.123 2014-12-02 17:46:00 cg Exp $'
  1965     ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.124 2014-12-18 15:08:22 cg Exp $'
  1966 !
  1966 !
  1967 
  1967 
  1968 version_CVS
  1968 version_CVS
  1969     ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.123 2014-12-02 17:46:00 cg Exp $'
  1969     ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.124 2014-12-18 15:08:22 cg Exp $'
  1970 ! !
  1970 ! !
  1971 
  1971 
  1972 
  1972 
  1973 SettingsDialog initialize!
  1973 SettingsDialog initialize!