mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-20 01:09:39 +00:00
17 lines
326 B
Objective-C
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
|