quakeforge/tools/Forge/Bundles/MapEdit/ZScrollView.h

17 lines
213 B
Objective-C

#ifndef ZScrollView_h
#define ZScrollView_h
#include <AppKit/AppKit.h>
@interface ZScrollView : NSScrollView
{
id button1;
}
- initWithFrame:(NSRect)frameRect button1: b1;
- tile;
@end
#endif//ZScrollView_h