mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-16 04:42:36 +00:00
Fixed layout issues in Group inspector
Added key-file generator fixes #25 #76 Improvements on the context menu toolbar button to add templates entries
This commit is contained in:
16
MacPass/MPSegmentedContextCell.h
Normal file
16
MacPass/MPSegmentedContextCell.h
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// MPSegmentedContextCell.h
|
||||
// MacPass
|
||||
//
|
||||
// Created by Michael Starke on 13.08.13.
|
||||
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
@interface MPSegmentedContextCell : NSSegmentedCell
|
||||
|
||||
@property (nonatomic, assign) SEL contextMenuAction;
|
||||
@property (nonatomic, weak) id contextMenuTarget;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user