I’m currently looking for a widget for Mac OSX apps, which looks like this one:

I have seen such “top bars” in many apps, so i thought there should be a widget out there, but I haven’t found anything about this.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
That is an NSToolbar. Apple has a couple different examples showing how to create a toolbar and add items to it: SimpleToolbar and ToolbarSample. Items like those found in iTunes require custom views inside the toolbar items.