Re: creating a draw window
Re: creating a draw window
- Subject: Re: creating a draw window
- From: Robert Dell <email@hidden>
- Date: Fri, 20 Jan 2006 18:57:48 -0500
Uli Kusterer wrote:
Am 18.01.2006 um 04:52 schrieb Robert Dell:
Can anybody please explain to me how to create a draw window as
compared to a window with text and buttons?
I need to draw lines, fill parts with colors, and set/test pixels in
that window.
There is no draw window on MacOS X. You may want to read the docs on
NSView to find out how to draw stuff on the Mac. Also check out the
example code on your hard disk (/Developer/Examples) -- all the code
you could want to see is there, and all the docs can be found at
http://developer.apple.com
I have, it refered me to quartz draw program or something like that.
that program uses carbon not cocoa to draw and since Apple says that carbon will not be available for intel macs, i have to figure out how to reinvent the wheel... YET AGAIN!
_______________________________________________
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