quakeforge/tools/Forge/Bundles/MapEdit/PopScrollView.h
2010-09-26 13:50:17 +09:00

16 lines
251 B
Objective-C

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