Is there a built in way to create a Mail like footer for a source list in a Mac app?

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.
Nothing explicit that I can think of.
You’ll have to either subclass
NSViewto draw a footer (viadrawRect:) or have a subview that hangs onto the bottom edge of the parent view. Then you can add in buttons with images or pop-down menus, likeNSPopupButton.