mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-30 08:00:51 +00:00
12 lines
147 B
C
12 lines
147 B
C
|
#import <AppKit/AppKit.h>
|
||
|
|
||
|
@interface ZScrollView: NSScrollView
|
||
|
{
|
||
|
id button1;
|
||
|
}
|
||
|
|
||
|
- initFrame:(const NSRect *)frameRect button1: b1;
|
||
|
- tile;
|
||
|
|
||
|
@end
|