an
saurus
tags:
cocoa
interface-builder
menu
sidebar
views:
814
answers:
1
Q:
How to implement gradient button bar in Cocoa
+3
A:
You probably want
BWToolkit
Rich Catalano
2009-02-12 05:07:21
This is exactly what I need!
Stream
2009-02-12 14:53:18
related questions
How do you set your Cocoa application as the default web browser?
When to create Interface Builder plug-in for custom view?
How can I use Core Animation to interpolate property values over time on my own classes?
Opening a non-standard URL in a Cocoa app
How to take screenshot in Mac OS X using Cocoa or C++
Error Code Reference for OSX/Cocoa
What's a good way to write a Cocoa front-end to an Erlang application?
Cocoa tips for PHP developers?
What is the best way to unit test Objective-C code?
Best way to export a QTMovie with a fade-in and fade-out in the audio
NSEnumerator performance vs for loop in Cocoa
Objective-C: Passing around sets of data
InputManager on OS X
Can you use CruiseControl to build Cocoa/Objective-C projects?
Height of NSTextView with one line?
Developer Setup for Starting Out with Cocoa/Mac Programming
Objective-C/Cocoa: How do I accept a bad server certificate?
Drawing a view hierachy into a specific context in Cocoa
Why is the PyObjC documentation so bad?
In Cocoa do I need to remove an Object from receiving KVO notifications when deallocating it?
In Cocoa do you prefer NSInteger or just regular int, and why?
Cocoa - best way to capture key events in NSTextView?
How do you name your instance/param values?
Cocoa and Objective-C resources?
Understanding reference counting with Cocoa / Objective C