2 questions and 1 idea
2 questions and 1 idea
- Subject: 2 questions and 1 idea
- From: Stéphane Sudre <email@hidden>
- Date: Fri, 1 Jun 2001 16:25:29 +0200
So 2 questions:
- I've been coding a Cocoa Service and it's surprisingly too easy. The
only thing that is not clear is with the Menu Shortcut associated to the
Services Menu. What happens when the short cut you have for one service
is already used by the current Cocoa Application ? Which one wins ?
- Where can one found the name of the images offered by the AppKit
publicly (for private images I class-dumped the complete AppKit, yet
couldn't find the arrow for PopDown NSPopUpButtonCell) ?
The idea:
Could it be possible to make the [NSTableHeaderCell
_drawThemeContents:(NSRect)fp12 highlighted:(BOOL)fp28 inView: (id)
fp32;] a PUBLIC function like:
NSDrawTableHeaderThemeContents(NSRect inFrame,BOOL inHighlighted);
It would be greatly useful when coding a CornerView.