Files
gitx/PBNiceSplitView.h
T
Pieter de Bie 77ad37a76a History/CommitView: Use a nice-looking splitview divider
This uses images based on those in Mail.app to create a nice
looking splitview (Hush, don't tell Apple!)
2008-10-31 23:44:24 +01:00

16 lines
215 B
Objective-C

//
// PBNiceSplitView.h
// GitX
//
// Created by Pieter de Bie on 31-10-08.
// Copyright 2008 Pieter de Bie. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface PBNiceSplitView : NSSplitView {
}
@end