Tools
Download Search CocoaTraces for Mac OS X 10.4 for easily searching in Cocoa Traces from any application supporting system services!
Site Statistics
34894 Total Views
41 Traces
41 Fragments
47 Comments
54 Tags
41 Traces
41 Fragments
47 Comments
54 Tags
Tags
audio badge category class crash dock fade file finder font gradient hack help icon indicator kqueue LoginItems menu metadata NSButton NSCell NSControl NSDictionary NSDirectoryEnumerator NSDocument NSMenu NSPopUpButton NSProgressIndicator NSScrollView NSSound NSSpeechChannel NSString NSTableColumn NSTableView NSTabView NSToolbar NSURLConnection NSURLRequest NSView NSWindow preferences readme record report SerialPort shell speech support TabBar timer tooltip wrapper xml zoom
Irregularly shaped buttons
Tags: NSButtonRelated Traces
Add a new comment or fragment
Fields marked with * are mandatory.
A subclass of NSButton that supports irregular shaped buttons. I did this to implement a directional arrows control like in Apple's DVD player. This is not normally possible with standard buttons since those would overlap.
Apart from that you get a category to NSImage that returns a tinted version of an image.