How can I change the cursor when it's over an NSButton?
[yourButton addCursorRect:[yourButton bounds] cursor:[theCursorYouWant]];