quakeforge/tools/Forge/Headers/ZScrollView.h

12 lines
147 B
C
Raw Normal View History

#import <AppKit/AppKit.h>
@interface ZScrollView: NSScrollView
{
id button1;
}
- initFrame:(const NSRect *)frameRect button1: b1;
- tile;
@end