Tools__Inspector2.st
changeset 11265 baa17d98fc0f
parent 11229 ea36af905114
child 11280 3910183325f0
equal deleted inserted replaced
11264:b04b1d06f4be 11265:baa17d98fc0f
   116 'Refresh for changed object'
   116 'Refresh for changed object'
   117 
   117 
   118 )
   118 )
   119 
   119 
   120     "Created: / 19-08-2011 / 08:52:33 / cg"
   120     "Created: / 19-08-2011 / 08:52:33 / cg"
       
   121 !
       
   122 
       
   123 helpSpec
       
   124     "This resource specification was automatically generated
       
   125      by the UIHelpTool of ST/X."
       
   126 
       
   127     "Do not manually edit this!! If it is corrupted,
       
   128      the UIHelpTool may not be able to read the specification."
       
   129 
       
   130     "
       
   131      UIHelpTool openOnClass:Tools::Inspector2    
       
   132     "
       
   133 
       
   134     <resource: #help>
       
   135 
       
   136     ^ super helpSpec addPairsFrom:#(
       
   137 
       
   138 #colorProfile
       
   139 ''
       
   140 
       
   141 )
   121 ! !
   142 ! !
   122 
   143 
   123 !Inspector2 class methodsFor:'image specs'!
   144 !Inspector2 class methodsFor:'image specs'!
   124 
   145 
   125 settingsIcon
   146 settingsIcon
   573          (MenuItem
   594          (MenuItem
   574             activeHelpKey: colorProfile
   595             activeHelpKey: colorProfile
   575             label: 'Settings'
   596             label: 'Settings'
   576             translateLabel: true
   597             translateLabel: true
   577             isButton: true
   598             isButton: true
       
   599             isVisible: false
   578             submenuChannel: settingsMenu
   600             submenuChannel: settingsMenu
   579             labelImage: (ResourceRetriever #'Tools::Inspector2' settingsIcon)
   601             labelImage: (ResourceRetriever #'Tools::Inspector2' settingsIcon)
   580           )
   602           )
   581          )
   603          )
   582         nil
   604         nil
   993 ! !
  1015 ! !
   994 
  1016 
   995 !Inspector2::NavigationState class methodsFor:'documentation'!
  1017 !Inspector2::NavigationState class methodsFor:'documentation'!
   996 
  1018 
   997 version
  1019 version
   998     ^'$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.26 2012-01-30 15:54:20 cg Exp $'
  1020     ^'$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.27 2012-02-13 15:54:07 cg Exp $'
   999 !
  1021 !
  1000 
  1022 
  1001 version_SVN
  1023 version_SVN
  1002     ^'§Id: Tools__Inspector2.st 115 2009-04-16 12:47:07Z vranyj1 §'
  1024     ^'§Id: Tools__Inspector2.st 115 2009-04-16 12:47:07Z vranyj1 §'
  1003 ! !
  1025 ! !
  1195 ! !
  1217 ! !
  1196 
  1218 
  1197 !Inspector2 class methodsFor:'documentation'!
  1219 !Inspector2 class methodsFor:'documentation'!
  1198 
  1220 
  1199 version
  1221 version
  1200     ^ '$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.26 2012-01-30 15:54:20 cg Exp $'
  1222     ^ '$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.27 2012-02-13 15:54:07 cg Exp $'
  1201 !
  1223 !
  1202 
  1224 
  1203 version_CVS
  1225 version_CVS
  1204     ^ '$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.26 2012-01-30 15:54:20 cg Exp $'
  1226     ^ '$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.27 2012-02-13 15:54:07 cg Exp $'
  1205 !
  1227 !
  1206 
  1228 
  1207 version_CVS_jvrany
  1229 version_CVS_jvrany
  1208     ^ '§Header: /opt/data/cvs/stx/goodies/libtool3/Inspector2.st,v 1.6 2008-02-27 13:45:23 vranyj1 Exp §'
  1230     ^ '§Header: /opt/data/cvs/stx/goodies/libtool3/Inspector2.st,v 1.6 2008-02-27 13:45:23 vranyj1 Exp §'
  1209 !
  1231 !