Experimented with toolbar view

Added EntryEditView and corresponding controller
This commit is contained in:
michael starke
2013-02-21 03:39:18 +01:00
parent 73880ca419
commit 687aef74ad
5 changed files with 203 additions and 0 deletions

13
MacPass/MPGradientView.h Normal file
View File

@@ -0,0 +1,13 @@
//
// MPGradientView.h
// MacPass
//
// Created by michael starke on 20.02.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface MPGradientView : NSView
@end