quakeforge/tools/Forge/Headers/PopScrollView.h
Jeff Teunissen 25f8a50ef4 Okay, that was stupid. ProjectCenter isn't good enough yet, so I'm back to
writing makefiles by hand.

Add a makefile preamble to set up our flags.

Compartmentalize all the headers into a Headers/ dir.
2001-02-27 21:18:27 +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