Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cocoa mini toolbar under table (add, remove)

Tags:

cocoa

toolbar

I'm trying to implement a mini toolbar under a NSTableView like I see in a lot of OS X applications, but have no idea about which widgets to use to get the final result.

As an example, take a look at the following screenshot from Mail.app:

Mail.app http://img338.imageshack.us/img338/4729/picture1l.png

What is the best way to implement buttons like that? (add, config, remove, etc)

like image 429
rubenfonseca Avatar asked Jul 29 '09 22:07

rubenfonseca


1 Answers

Check out BWToolkit, a Cocoa framework that provides those types of widgets, among many others. It even comes with an Interface Builder plugin so you can just drag and drop them directly into your window. In particular, watch the "Create a Mail.app style interface" movie under the "Button Bars" heading on the main page.

like image 185
Brian Webster Avatar answered Sep 28 '22 16:09

Brian Webster