On May 26, 2010, at 11:38 AM, Matthew Weinstein wrote:
> I think I'm on the verge of success with my attempt to create a selection
> rectangle (that doesn't select text) for pdfview, but I'm unclear what init
> routines I should use in my pdfview subclass. -
> (id)initWithFrame:(NSRect)frameRect
I think I'm on the verge of success with my attempt to create a selection
rectangle (that doesn't select text) for pdfview, but I'm unclear what init
routines I should use in my pdfview subclass. -
(id)initWithFrame:(NSRect)frameRect doesn't seem to get called--as it does in
nsview.
Matthew W