Subclassing NSCell questions
Subclassing NSCell questions
- Subject: Subclassing NSCell questions
- From: Arthur VIGAN <email@hidden>
- Date: Wed, 29 Oct 2003 17:52:47 +0100
Hi,
I have subclassed NSCell to create a custom control, but I have two
questions:
- As I implement my own - (void)drawInteriorWithFrame:(NSRect)cellFrame
inView:(NSView *)controlView, do I have to drawn the title of the
control myself, or is there a way for it to be drown for me?
- I would like to have a menu appear when I click on the custom
control, but without pressing the control key. Is it possible?
Thanks in advance,
-- Arthur
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.