discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Some questions about NSText


From: Germán André Arias Santiago
Subject: Re: Some questions about NSText
Date: Wed, 20 Aug 2008 22:07:41 -0700 (PDT)

Thanks for your help folks. I solved the problem, I wanted resizable borders because I tried to copy the Cenon's text tool. But, now I have something like this

NSText *caja = [[NSText alloc] initWithFrame: NSMakeRect(10,15,35,20)] ;
[caja setMinSize: NSMakeSize(20,10)] ;
[caja setHorizontallyResizable: YES] ;
[caja setVerticallyResizable: YES] ;
[self addSubview: caja];
RELEASE(caja);

Then, I don't need resizable borders. Regards and thanks. 



Yahoo! MTV Blog & Rock
¡Cuéntanos tu historia, inspira una canción y gánate un viaje a los Premios MTV!
Participa aquí http://mtvla.yahoo.com/

reply via email to

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