Skip navigation.
 
mlRe: Drawing gradients in views
FROM : Erik M. Buck
DATE : Tue Jan 28 20:04:30 2003

FROM: Ian G. Gillespie
DATE: 2003-01-28 18:11

>Excuse my ignorance (I am still learning, that is for sure), but how do
>I add a method to the NSBezierPath "category"?


>Thanks for all of the help,
>Ian


All C programmers should read "The Objective-C Programming Language" to
understand the language used to implement Cocoa before starting to develop
with Cocoa.  This excellent document explains categories on page 101.
Categories are an important technique for extending existing classes. PLUG:
"Cocoa Programming" ISBN 0672322307 also explains categories.

Non-C programmers will definitely benefit from learning C before attempting
Objective-C.
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlDrawing gradients in views Ian G. Gillespie Jan 28, 03:52
mlRe: Drawing gradients in views Matt Gemmell Jan 28, 04:26
mlRe: Drawing gradients in views Joseph Jones Jan 28, 04:42
mlRe: Drawing gradients in views Christopher Hollan… Jan 28, 10:33
mlRe: Drawing gradients in views Brock Brandenberg Jan 28, 15:27
mlRe: Drawing gradients in views Ian G. Gillespie Jan 28, 18:11
mlRe: Drawing gradients in views Joseph Jones Jan 28, 19:47
mlRe: Drawing gradients in views Erik M. Buck Jan 28, 20:04
mlRe: Drawing gradients in views Erik M. Buck Jan 28, 20:51
mlRe: Drawing gradients in views Ian G. Gillespie Jan 28, 21:14
mlRe: Drawing gradients in views John C. Randolph Jan 28, 21:58
mlRe: Drawing gradients in views Ian G. Gillespie Jan 28, 23:17
mlRe: Drawing gradients in views Matt Gemmell Jan 29, 03:01
mlRe: Drawing gradients in views Christopher Hollan… Jan 29, 04:19