mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-07 05:30:31 +00:00
11 lines
141 B
Objective-C
11 lines
141 B
Objective-C
#include <AppKit/AppKit.h>
|
|
|
|
@interface ZScrollView : NSScrollView
|
|
{
|
|
id button1;
|
|
}
|
|
|
|
- initFrame:(NSRect)frameRect button1: b1;
|
|
- tile;
|
|
|
|
@end
|