mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
317d3bddb8
a GNUstep port of the original Quake editor for NeXTstep, QuakeEd.app.
11 lines
170 B
Objective-C
11 lines
170 B
Objective-C
#import <AppKit/AppKit.h>
|
|
|
|
@interface PopScrollView: NSScrollView
|
|
{
|
|
id button1, button2;
|
|
}
|
|
|
|
- initFrame:(const NSRect *)frameRect button1: b1 button2: b2;
|
|
- tile;
|
|
|
|
@end
|