unison

Fork of Unison, a bi-directional file synchronization tool
git clone git://git.laack.co/unison.git
Log | Files | Refs | README | LICENSE

SSSelectableToolbarItem.h (345B)


      1 //
      2 //  SSToolbarItem.h
      3 //  SelectableToolbarHelper
      4 //
      5 //  Created by Steven Streeting on 19/06/2011.
      6 //  Copyright 2011 Torus Knot Software Ltd. All rights reserved.
      7 //
      8 
      9 #import <Cocoa/Cocoa.h>
     10 
     11 
     12 @interface SSSelectableToolbarItem : NSToolbarItem
     13 {
     14         NSView* linkedView;
     15 }
     16 
     17 @property (nonatomic, retain) IBOutlet NSView* linkedView;
     18 
     19 @end