[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-smalltalk] Iliad: Widget class initialization
From: |
Stefan Schmiedl |
Subject: |
Re: [Help-smalltalk] Iliad: Widget class initialization |
Date: |
Thu, 30 Jul 2009 18:13:06 +0200 |
On Thu, 30 Jul 2009 16:35:27 +0300
Bèrto ëd Sèra <address@hidden> wrote:
> > GuiStrings := LookupTable new.
> >
> It will definitely do. The reason I wasn't using it is that Paolo
> Bonzini told me that if I do it won't be visible in brawsers, and it
> looked like a problem for those who will be editing the code from
> VisualGST. Or did I get Paolo wrong?
Ah, you mean the initialization value. Yes, you won't see it if
you do it that way, since the browsers (currently) only work on
methods.
Looking over my Smalltalk code I find that I tend to use lazy
initialization with class (instance) variables quite a lot.
s.