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