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

19 lines
261 B
C
Raw Normal View History

#ifndef PopScrollView_h
#define PopScrollView_h
#include <AppKit/AppKit.h>
@interface PopScrollView: NSScrollView
2010-09-11 23:14:08 +00:00
{
id button1, button2;
}
- (id) initWithFrame: (NSRect)frameRect
button1: b1
button2: b2;
- (id) tile;
2010-09-11 10:06:04 +00:00
@end
#endif // PopScrollView_h