WorkspaceApplication.st
changeset 4591 083328c16498
parent 4542 1881967c7262
child 4602 a961c37bd041
equal deleted inserted replaced
4590:2447e35a81d4 4591:083328c16498
   187             #submenu: 
   187             #submenu: 
   188            #(#Menu
   188            #(#Menu
   189               #(
   189               #(
   190                #(#MenuItem
   190                #(#MenuItem
   191                   #enabled: #hasSelectionInActiveWorkspace
   191                   #enabled: #hasSelectionInActiveWorkspace
       
   192                   #label: 'Cut'
       
   193                   #itemValue: #cutSelection
       
   194                   #translateLabel: true
       
   195                 )
       
   196                #(#MenuItem
       
   197                   #enabled: #hasSelectionInActiveWorkspace
   192                   #label: 'Copy'
   198                   #label: 'Copy'
   193                   #itemValue: #copySelection
   199                   #itemValue: #copySelection
   194                   #translateLabel: true
       
   195                 )
       
   196                #(#MenuItem
       
   197                   #enabled: #hasSelectionInActiveWorkspace
       
   198                   #label: 'Cut'
       
   199                   #itemValue: #cutSelection
       
   200                   #translateLabel: true
   200                   #translateLabel: true
   201                 )
   201                 )
   202                #(#MenuItem
   202                #(#MenuItem
   203                   #label: 'Paste'
   203                   #label: 'Paste'
   204                   #itemValue: #paste
   204                   #itemValue: #paste
  1562 ! !
  1562 ! !
  1563 
  1563 
  1564 !WorkspaceApplication class methodsFor:'documentation'!
  1564 !WorkspaceApplication class methodsFor:'documentation'!
  1565 
  1565 
  1566 version
  1566 version
  1567     ^ '$Header: /cvs/stx/stx/libtool/WorkspaceApplication.st,v 1.57 2003-02-12 13:06:01 cg Exp $'
  1567     ^ '$Header: /cvs/stx/stx/libtool/WorkspaceApplication.st,v 1.58 2003-02-21 10:23:17 cg Exp $'
  1568 ! !
  1568 ! !