NewLauncher.st
changeset 2765 c85460a22ba8
parent 2760 907ed0277b42
child 2767 6a5f15f83c2d
equal deleted inserted replaced
2764:eb4032965958 2765:c85460a22ba8
   527 #windows
   527 #windows
   528 'Window functions.'
   528 'Window functions.'
   529 
   529 
   530 #windowsDeiconifyAll
   530 #windowsDeiconifyAll
   531 'Restore all minimized ST/X windows.'
   531 'Restore all minimized ST/X windows.'
       
   532 
       
   533 #windowsMigrateAllWindows
       
   534 'Migrate all ST/X windows to some other display.'
   532 
   535 
   533 #windowsFindAndMigrate
   536 #windowsFindAndMigrate
   534 'Select an ST/X window by name and move it to another display.'
   537 'Select an ST/X window by name and move it to another display.'
   535 
   538 
   536 #windowsFindAndMigrateBack
   539 #windowsFindAndMigrateBack
  1386                #(#MenuItem
  1389                #(#MenuItem
  1387                   #label: 'De-iconify All'
  1390                   #label: 'De-iconify All'
  1388                   #translateLabel: true
  1391                   #translateLabel: true
  1389                   #value: #deIconifyAllWindows
  1392                   #value: #deIconifyAllWindows
  1390                   #activeHelpKey: #windowsDeiconifyAll
  1393                   #activeHelpKey: #windowsDeiconifyAll
       
  1394                 )
       
  1395                #(#MenuItem
       
  1396                   #label: 'Migrate All to...'
       
  1397                   #translateLabel: true
       
  1398                   #value: #migrateAllWindows
       
  1399                   #activeHelpKey: #windowsMigrateAllWindows
  1391                 )
  1400                 )
  1392                #(#MenuItem
  1401                #(#MenuItem
  1393                   #label: '-'
  1402                   #label: '-'
  1394                 )
  1403                 )
  1395                #(#MenuItem
  1404                #(#MenuItem
  3565     where := something.! !
  3574     where := something.! !
  3566 
  3575 
  3567 !NewLauncher class methodsFor:'documentation'!
  3576 !NewLauncher class methodsFor:'documentation'!
  3568 
  3577 
  3569 version
  3578 version
  3570     ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.201 2000-09-06 15:33:26 cg Exp $'
  3579     ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.202 2000-09-07 17:24:25 cg Exp $'
  3571 ! !
  3580 ! !