WindowGroup.st
changeset 5350 120c1f2ec686
parent 5291 a963f9a65251
child 5364 6f4ceb2bc439
equal deleted inserted replaced
5349:84b8c5b8cd0b 5350:120c1f2ec686
  1261     thisProcess := Processor activeProcess.
  1261     thisProcess := Processor activeProcess.
  1262 
  1262 
  1263     sigs := SignalSet
  1263     sigs := SignalSet
  1264                 "/ with:AbortAllOperationRequest 
  1264                 "/ with:AbortAllOperationRequest 
  1265                 with:LeaveSignal 
  1265                 with:LeaveSignal 
  1266                 with:(self class activityNotificationSignal).
  1266                 with:ActivityNotification.
  1267 
  1267 
  1268     (isModal not or:[AbortAllOperationRequest isHandled not]) ifTrue:[
  1268     (isModal not or:[AbortAllOperationRequest isHandled not]) ifTrue:[
  1269         sigs add:AbortAllOperationRequest
  1269         sigs add:AbortAllOperationRequest
  1270     ].
  1270     ].
  1271     doNotCloseOnAbortSignal == true ifTrue:[
  1271     doNotCloseOnAbortSignal == true ifTrue:[
  2712 ! !
  2712 ! !
  2713 
  2713 
  2714 !WindowGroup class methodsFor:'documentation'!
  2714 !WindowGroup class methodsFor:'documentation'!
  2715 
  2715 
  2716 version
  2716 version
  2717     ^ '$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.302 2009-06-13 09:27:02 cg Exp $'
  2717     ^ '$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.303 2009-09-22 19:01:58 cg Exp $'
  2718 ! !
  2718 ! !
  2719 
  2719 
  2720 WindowGroup initialize!
  2720 WindowGroup initialize!