# HG changeset patch # User Claus Gittinger # Date 1516137242 -3600 # Node ID a75c92a4819fe5906355accbbf25ba3e46943202 # Parent 67c2af78181ec35190b2ebdc3a54d598a9894267 #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. diff -r 67c2af78181e -r a75c92a4819f FontPanel.st --- a/FontPanel.st Tue Jan 16 22:13:42 2018 +0100 +++ b/FontPanel.st Tue Jan 16 22:14:02 2018 +0100 @@ -232,7 +232,7 @@ !FontPanel class methodsFor:'help'! -flyByHelpSpec +helpSpec ^ Dictionary new @@ -1019,10 +1019,6 @@ "Modified: 29.4.1996 / 09:41:47 / cg" ! -flyByHelpSpec - ^ self class flyByHelpSpec -! - fontForPreview "get the preview font"