2010-09-01 10:37:10 +00:00
|
|
|
#ifndef PopScrollView_h
|
|
|
|
#define PopScrollView_h
|
|
|
|
|
2003-05-06 21:52:58 +00:00
|
|
|
#include <AppKit/AppKit.h>
|
2003-03-18 19:48:24 +00:00
|
|
|
|
2010-09-29 20:09:11 +00:00
|
|
|
@interface PopScrollView: NSScrollView
|
2010-09-11 23:14:08 +00:00
|
|
|
{
|
2010-09-29 20:09:11 +00:00
|
|
|
id button1, button2;
|
2003-03-18 19:48:24 +00:00
|
|
|
}
|
|
|
|
|
2010-09-29 20:09:11 +00:00
|
|
|
- (id) initWithFrame: (NSRect)frameRect
|
|
|
|
button1: b1
|
|
|
|
button2: b2;
|
2003-03-18 19:48:24 +00:00
|
|
|
|
2010-09-29 20:09:11 +00:00
|
|
|
- (id) tile;
|
2010-09-01 10:37:10 +00:00
|
|
|
|
2010-09-11 10:06:04 +00:00
|
|
|
@end
|
|
|
|
#endif // PopScrollView_h
|