UIPainter.st
changeset 2544 62e390e651a3
parent 2541 6241ec9e6a6f
child 2547 80cb3ae254fa
--- a/UIPainter.st	Wed May 20 12:47:34 2009 +0200
+++ b/UIPainter.st	Thu May 21 16:35:09 2009 +0200
@@ -3607,6 +3607,12 @@
 
 !UIPainter methodsFor:'help specs'!
 
+basicHelpTextFromSpecification:specification forKey:aKey
+    "redefinable, to allow for subclasses to overwrite the helpTexts of the ui-spec"
+
+    ^ specification helpSpec at:aKey ifAbsent:nil
+!
+
 flyByHelpSpec
     |spec|