Tools__Inspector2.st
changeset 11229 ea36af905114
parent 11161 9225b473a0b0
child 11265 baa17d98fc0f
equal deleted inserted replaced
11228:fda9e307094f 11229:ea36af905114
   323           label: 'Inspector2'
   323           label: 'Inspector2'
   324           name: 'Inspector2'
   324           name: 'Inspector2'
   325           labelChannel: windowTitleAspect
   325           labelChannel: windowTitleAspect
   326           min: (Point 0 0)
   326           min: (Point 0 0)
   327           bounds: (Rectangle 0 0 388 421)
   327           bounds: (Rectangle 0 0 388 421)
       
   328           menu: mainMenu
   328         )
   329         )
   329         component: 
   330         component: 
   330        (SpecCollection
   331        (SpecCollection
   331           collection: (
   332           collection: (
   332            (MenuPanelSpec
   333            (MenuPanelSpec
   352       )
   353       )
   353 ! !
   354 ! !
   354 
   355 
   355 !Inspector2 class methodsFor:'menu specs'!
   356 !Inspector2 class methodsFor:'menu specs'!
   356 
   357 
       
   358 mainMenu
       
   359     "This resource specification was automatically generated
       
   360      by the MenuEditor of ST/X."
       
   361 
       
   362     "Do not manually edit this!! If it is corrupted,
       
   363      the MenuEditor may not be able to read the specification."
       
   364 
       
   365 
       
   366     "
       
   367      MenuEditor new openOnClass:Tools::Inspector2 andSelector:#mainMenu
       
   368      (Menu new fromLiteralArrayEncoding:(Tools::Inspector2 mainMenu)) startUp
       
   369     "
       
   370 
       
   371     <resource: #menu>
       
   372 
       
   373     ^ 
       
   374      #(Menu
       
   375         (
       
   376          (MenuItem
       
   377             label: 'File'
       
   378             translateLabel: true
       
   379             submenu: 
       
   380            (Menu
       
   381               (
       
   382                (MenuItem
       
   383                   label: 'Exit'
       
   384                   itemValue: closeRequest
       
   385                   translateLabel: true
       
   386                 )
       
   387                )
       
   388               nil
       
   389               nil
       
   390             )
       
   391           )
       
   392          (MenuItem
       
   393             label: 'View'
       
   394             translateLabel: true
       
   395             submenu: 
       
   396            (Menu
       
   397               (
       
   398                (MenuItem
       
   399                   label: 'Expand Arrays in All-List'
       
   400                   itemValue: expandArraysInAllList:
       
   401                   translateLabel: true
       
   402                   indication: expandArraysInAllList
       
   403                 )
       
   404                (MenuItem
       
   405                   label: '-'
       
   406                 )
       
   407                (MenuItem
       
   408                   label: 'Color Setting'
       
   409                   translateLabel: true
       
   410                   submenuChannel: settingsMenu
       
   411                 )
       
   412                )
       
   413               nil
       
   414               nil
       
   415             )
       
   416           )
       
   417          )
       
   418         nil
       
   419         nil
       
   420       )
       
   421 !
       
   422 
   357 settingsMenu
   423 settingsMenu
   358     "This resource specification was automatically generated
   424     "This resource specification was automatically generated
   359      by the MenuEditor of ST/X."
   425      by the MenuEditor of ST/X."
   360 
   426 
   361     "Do not manually edit this!! If it is corrupted,
   427     "Do not manually edit this!! If it is corrupted,
   650     ^ BlockValue
   716     ^ BlockValue
   651         with:[:o | o isImageOrForm ]
   717         with:[:o | o isImageOrForm ]
   652         argument:self currentObjectHolder
   718         argument:self currentObjectHolder
   653 
   719 
   654     "Created: / 15-01-2012 / 10:06:28 / cg"
   720     "Created: / 15-01-2012 / 10:06:28 / cg"
       
   721 !
       
   722 
       
   723 expandArraysInAllList
       
   724     ^ InspectorView expandArraysInAllLists
       
   725 
       
   726     "Created: / 30-01-2012 / 16:52:46 / cg"
       
   727 !
       
   728 
       
   729 expandArraysInAllList:aBoolean
       
   730     InspectorView expandArraysInAllLists:aBoolean
       
   731 
       
   732     "Created: / 30-01-2012 / 16:53:15 / cg"
   655 !
   733 !
   656 
   734 
   657 forwardButtonEnabledHolder
   735 forwardButtonEnabledHolder
   658     "return/create the 'backButtonEnabledHolder' value holder (automatically generated)"
   736     "return/create the 'backButtonEnabledHolder' value holder (automatically generated)"
   659 
   737 
   915 ! !
   993 ! !
   916 
   994 
   917 !Inspector2::NavigationState class methodsFor:'documentation'!
   995 !Inspector2::NavigationState class methodsFor:'documentation'!
   918 
   996 
   919 version
   997 version
   920     ^'$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.25 2012-01-19 13:01:09 cg Exp $'
   998     ^'$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.26 2012-01-30 15:54:20 cg Exp $'
   921 !
   999 !
   922 
  1000 
   923 version_SVN
  1001 version_SVN
   924     ^'§Id: Tools__Inspector2.st 115 2009-04-16 12:47:07Z vranyj1 §'
  1002     ^'§Id: Tools__Inspector2.st 115 2009-04-16 12:47:07Z vranyj1 §'
   925 ! !
  1003 ! !
  1117 ! !
  1195 ! !
  1118 
  1196 
  1119 !Inspector2 class methodsFor:'documentation'!
  1197 !Inspector2 class methodsFor:'documentation'!
  1120 
  1198 
  1121 version
  1199 version
  1122     ^ '$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.25 2012-01-19 13:01:09 cg Exp $'
  1200     ^ '$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.26 2012-01-30 15:54:20 cg Exp $'
  1123 !
  1201 !
  1124 
  1202 
  1125 version_CVS
  1203 version_CVS
  1126     ^ '$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.25 2012-01-19 13:01:09 cg Exp $'
  1204     ^ '$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.26 2012-01-30 15:54:20 cg Exp $'
  1127 !
  1205 !
  1128 
  1206 
  1129 version_CVS_jvrany
  1207 version_CVS_jvrany
  1130     ^ '§Header: /opt/data/cvs/stx/goodies/libtool3/Inspector2.st,v 1.6 2008-02-27 13:45:23 vranyj1 Exp §'
  1208     ^ '§Header: /opt/data/cvs/stx/goodies/libtool3/Inspector2.st,v 1.6 2008-02-27 13:45:23 vranyj1 Exp §'
  1131 !
  1209 !