apps-projectcenter/PCLib/PCSplitView.h

29 lines
398 B
C
Raw Normal View History

/*
* PCSplitView.h created by probert on 2002-01-27 13:36:09 +0000
*
* Project ProjectCenter
*
* Created with ProjectCenter - http://www.gnustep.org
*
* $Id$
*/
#ifndef _PCSPLITVIEW_H_
#define _PCSPLITVIEW_H_
#import <AppKit/NSSplitView.h>
@interface PCSplitView : NSSplitView
{
}
- (float)dividerThickness;
- (void)drawDividerInRect:(NSRect)aRect;
@end
#endif // _PCSPLITVIEW_H_