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