M MrFusion macrumors 6502a Original poster Aug 9, 2006 #1 Any pointers on how to embed a button inside a nstextview? I am thinking about mail. If an email has an attachment, you can click the triangle to open the list with attachments. Thanks
Any pointers on how to embed a button inside a nstextview? I am thinking about mail. If an email has an attachment, you can click the triangle to open the list with attachments. Thanks
K kpua macrumors 6502 Aug 9, 2006 #2 Have you tried just adding it with addSubview:? NSTextView is just an NSView subclass, so you may be able to add subviews to it like any other class, including controls...
Have you tried just adding it with addSubview:? NSTextView is just an NSView subclass, so you may be able to add subviews to it like any other class, including controls...