mirror of
https://github.com/id-Software/Quake-Tools.git
synced 2026-03-19 16:39:31 +01:00
Source release of QuakeEd, the map editing application on NEXTSTEP for Quake.
This commit is contained in:
11
QuakeEd/PopScrollView.h
Normal file
11
QuakeEd/PopScrollView.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#import <appkit/appkit.h>
|
||||
|
||||
@interface PopScrollView : ScrollView
|
||||
{
|
||||
id button1, button2;
|
||||
}
|
||||
|
||||
- initFrame:(const NXRect *)frameRect button1: b1 button2: b2;
|
||||
- tile;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user