PackageDescription: Emote-Support


Emote - Support

Last published: January 15, 2016 by 'niallr'

Defines 3 Classes
Extends 3 Classes


EmoteSupport adds Emoticons (like the ones in AIM, etc). User the EmoteIconChooser to get an emoticon, for example via
chooser := EmoteIconChooser emoteTheme: aThemeSymbol.
usersEmoticon := chooser open ifTrue: "user chose icon"
[chooser choice].
Alternatively, see the adapt* methods in this package for ways of connecting to UIs.

In the Typeless IRC client, text emoticons become images with the support of that package.