discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Question about gorm and Multi language support in Gnustep


From: Chris B. Vetter
Subject: Re: Question about gorm and Multi language support in Gnustep
Date: Fri, 30 May 2003 09:06:50 -0700

On Fri, 30 May 2003 15:32:26 +0200
Pascal Bourguignon <pjb@informatimago.com> wrote:
> Nicola Pero writes:
> > > But, no, there really is no need to create one .gorm per language.
> > >[...]
> > >     [applyButton setTitle: Localize(@"Apply", nil)];
> > >     [closeButton setTitle: Localize(@"OK", nil)];
> Add:   
>         [applyButton sizeToFit:self];
>         [closeButton sizeToFit:self];
> (and perhaps sending sizeToFit: to all super views and window...)

Not entirely related, but while we're talking about -awakeFromNib ...

Is there a reason why it is called twice, once after
-loadNibNamed:owner: and a second time after (I think) -finishLaunching?


-- 
Chris




reply via email to

[Prev in Thread] Current Thread [Next in Thread]