classVariableNames

Tom Phoenix rootbeer at redcat.com
Wed Mar 8 22:10:11 UTC 2006


On 3/8/06, Corneanu Dan <cdan at savatech.ro> wrote:

> how can I inspect the TTFontDescription's class variable named
> 'Descriptions' ?

This expression lets you "inspect it":

    (TTFontDescription bindingOf: #Descriptions) value

Hope this helps!

--Tom Phoenix



More information about the Squeak-dev mailing list