[ENH] Halo menu picks for manipulating TextMorph attributes

Bob Arning arning at charm.net
Thu Sep 23 22:50:51 UTC 1999


On Thu, 23 Sep 1999 18:39:01 -0400 "Robert M. Fuhrer" <rfuhrer at watson.ibm.com> wrote:
>The only problem now is that the new handle has no balloon.  I haven't yet
>seen where balloons get hooked in; I would have expected to see code to
>associate a balloon where the handle gets created, but that isn't the case.

Check out HaloMorph>>addHandleAt:color:on:send:to:. It sends

	handle setBalloonText: (target balloonHelpTextForHandle: handle).

and Morph>>balloonHelpTextForHandle: is where the balloons get their text.

Cheers,
Bob





More information about the Squeak-dev mailing list