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

12 lines
168 B
C
Raw Normal View History

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