Files
MacPass/MacPass/MPContextToolbarButton.h
michael starke 3a4d72767b Small fixes to context toolbar button
Added more database icons
2013-08-14 01:15:10 +02:00

17 lines
326 B
Objective-C

//
// MPSegmentedToolbarButton.h
// MacPass
//
// Created by Michael Starke on 26.07.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface MPContextToolbarButton : NSSegmentedControl
- (void)setImage:(NSImage *)image;
- (void)setContextMenu:(NSMenu *)menu;
@end