apps-projectcenter/Library/PCSplitView.h
Sergii Stoian 1c6ecc95b6 move Framework to Library
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/branches/UNSTABLE_0_4@18027 72102866-910b-0410-8b05-ffd578937521
2003-11-02 20:58:45 +00:00

28 lines
399 B
Objective-C

/*
* 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_
#include <AppKit/NSSplitView.h>
@interface PCSplitView : NSSplitView
{
}
- (float)dividerThickness;
- (void)drawDividerInRect:(NSRect)aRect;
@end
#endif // _PCSPLITVIEW_H_