quakeforge/tools/Forge/PopScrollView.h
Jeff Teunissen 317d3bddb8 New program (incomplete, and horridly broken): Forge.app. It's going to be
a GNUstep port of the original Quake editor for NeXTstep, QuakeEd.app.
2001-02-09 01:52:44 +00:00

11 lines
170 B
Objective-C

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