added: #helpSpec
authorClaus Gittinger <cg@exept.de>
Mon, 13 Feb 2012 16:54:07 +0100
changeset 11265 baa17d98fc0f
parent 11264 b04b1d06f4be
child 11266 9bcc9f8c22db
added: #helpSpec changed: #toolbarMenu color changing is not such a geavily used function as to justify an extra toolbar button for it.
Tools__Inspector2.st
--- a/Tools__Inspector2.st	Mon Feb 13 15:16:31 2012 +0100
+++ b/Tools__Inspector2.st	Mon Feb 13 16:54:07 2012 +0100
@@ -118,6 +118,27 @@
 )
 
     "Created: / 19-08-2011 / 08:52:33 / cg"
+!
+
+helpSpec
+    "This resource specification was automatically generated
+     by the UIHelpTool of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the UIHelpTool may not be able to read the specification."
+
+    "
+     UIHelpTool openOnClass:Tools::Inspector2    
+    "
+
+    <resource: #help>
+
+    ^ super helpSpec addPairsFrom:#(
+
+#colorProfile
+''
+
+)
 ! !
 
 !Inspector2 class methodsFor:'image specs'!
@@ -575,6 +596,7 @@
             label: 'Settings'
             translateLabel: true
             isButton: true
+            isVisible: false
             submenuChannel: settingsMenu
             labelImage: (ResourceRetriever #'Tools::Inspector2' settingsIcon)
           )
@@ -995,7 +1017,7 @@
 !Inspector2::NavigationState class methodsFor:'documentation'!
 
 version
-    ^'$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.26 2012-01-30 15:54:20 cg Exp $'
+    ^'$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.27 2012-02-13 15:54:07 cg Exp $'
 !
 
 version_SVN
@@ -1197,11 +1219,11 @@
 !Inspector2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.26 2012-01-30 15:54:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.27 2012-02-13 15:54:07 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.26 2012-01-30 15:54:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.27 2012-02-13 15:54:07 cg Exp $'
 !
 
 version_CVS_jvrany