//
// PSSplitView.h
// Perforce
//
// Created by Adam Czubernat on 17.06.2013.
// Copyright (c) 2013 Perforce Software, Inc. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface PSSplitView : NSSplitView
@property (nonatomic, assign) CGFloat dividerWidth;
@property (nonatomic, assign) BOOL hidesDivider;
@property (nonatomic, copy) void (^drawingBlock)(NSView *view, NSRect);
- (void)insertFirstSubview:(NSView *)subview animated:(BOOL)animated;
- (void)removeFirstSubviewAnimated:(BOOL)animated;
@end
# |
Change |
User |
Description |
Committed |
|
#1
|
10691 |
DWishR |
Populate //guest/DWishR/piper/.... |
|
|
//guest/perforce_software/piper/Perforce/Classes/Views/PSSplitView.h |
#1
|
8919 |
Matt Attaway |
Initial add of Piper, a lightweight Perforce client for artists and designers. |
|
|