Tools__ViewTreeApplication.st
changeset 3689 d0440cfff708
parent 3674 693d13243c07
child 3692 b8a662f98f30
equal deleted inserted replaced
3688:7f25d1987996 3689:d0440cfff708
     1 "{ Encoding: utf8 }"
       
     2 
       
     3 "
     1 "
     4  COPYRIGHT (c) 2007 by eXept Software AG
     2  COPYRIGHT (c) 2007 by eXept Software AG
     5 	      All Rights Reserved
     3 	      All Rights Reserved
     6 
     4 
     7  This software is furnished under a license and may be used
     5  This software is furnished under a license and may be used
   719           )
   717           )
   720          (MenuItem
   718          (MenuItem
   721             label: '-'
   719             label: '-'
   722           )
   720           )
   723          (MenuItem
   721          (MenuItem
   724             label: 'Destroy'
   722             label: 'Destroy View'
   725             itemValue: doDestroy
   723             itemValue: doDestroy
   726             labelImage: (ResourceRetriever ToolbarIconLibrary erase16x16Icon 'Destroy')
   724             labelImage: (ResourceRetriever ToolbarIconLibrary erase16x16Icon 'Destroy')
   727           )
   725           )
   728          (MenuItem
   726          (MenuItem
   729             label: '-'
   727             label: '-'
   771          )
   769          )
   772         nil
   770         nil
   773         nil
   771         nil
   774       )
   772       )
   775 
   773 
   776     "Modified: / 30-10-2018 / 16:24:49 / Claus Gittinger"
   774     "Modified: / 15-07-2019 / 18:51:11 / Claus Gittinger"
   777 !
   775 !
   778 
   776 
   779 middleButtonMenuForMenuItems
   777 middleButtonMenuForMenuItems
   780     "This resource specification was automatically generated
   778     "This resource specification was automatically generated
   781      by the MenuEditor of ST/X."
   779      by the MenuEditor of ST/X."