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

17 lines
222 B
C
Raw Normal View History

#ifndef ZScrollView_h
#define ZScrollView_h
#include <AppKit/AppKit.h>
2010-09-11 16:41:18 +00:00
@interface ZScrollView:NSScrollView
{
2010-09-11 10:06:04 +00:00
id button1;
}
2010-09-11 16:41:18 +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