quakeforge/tools/Forge/Bundles/MapEdit/PopScrollView.h
2003-05-06 21:52:58 +00:00

11 lines
168 B
Objective-C

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