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

17 lines
223 B
C
Raw Normal View History

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