#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Tue, 16 Jan 2018 22:14:10 +0100
changeset 3519 4fbc55af0d28
parent 3518 0a2d22e2e0e4
child 3520 b139ae538098
#OTHER by cg big refactoring: replaced all flyByHelpXXX sends and implementations by helpXXX. This should remove the confusion on where the tooltips should be stored and which methods need to be redefined. ATTENTION: May introduce temporary inconveniences until all other applications (in exept:xxx packages) are changed.
ColorEditDialog.st
--- a/ColorEditDialog.st	Tue Jan 16 22:14:05 2018 +0100
+++ b/ColorEditDialog.st	Tue Jan 16 22:14:10 2018 +0100
@@ -61,27 +61,6 @@
 
 !ColorEditDialog class methodsFor:'help specs'!
 
-flyByHelpSpec
-    "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:ColorEditDialog    
-    "
-
-    <resource: #help>
-
-    ^ super flyByHelpSpec addPairsFrom:#(
-
-#pickColor
-'Pick a Color from the Screen'
-
-)
-!
-
 helpSpec
     "This resource specification was automatically generated
      by the UIHelpTool of ST/X."
@@ -97,6 +76,9 @@
 
     ^ super helpSpec addPairsFrom:#(
 
+#pickColor
+'Pick a Color from the Screen'
+
 #brightness
 'The Color''s brightness value (0..1)'