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

17 lines
251 B
C
Raw Normal View History

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