putting a text at bottom of a view
putting a text at bottom of a view
- Subject: putting a text at bottom of a view
- From: Angelo Chen <email@hidden>
- Date: Sat, 24 Jun 2006 07:34:50 -0700 (PDT)
Hi,
In a subclass of NSCell, I override the method:
- (void)drawWithFrame:(NSRect)frame inView:(NSView
*)view
{
[super drawWithFrame: frame inView: view];
}
I would like to add a NSString at bottom of the view,
any way to do this?
Thanks.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden