mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 16:10:29 +00:00
started working on a ReactOS bootcamp management application. Just a mockup for now
svn path=/trunk/; revision=40568
This commit is contained in:
parent
06d7de1000
commit
6fe4f11391
3 changed files with 3248 additions and 0 deletions
8
rosapps/nukecamp/NSView.h
Normal file
8
rosapps/nukecamp/NSView.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
@interface NSView : NSResponder {
|
||||
IBOutlet NSView *nextKeyView;
|
||||
}
|
||||
- (IBAction)fax:(id)sender;
|
||||
- (IBAction)print:(id)sender;
|
||||
@end
|
11
rosapps/nukecamp/NSView.m
Normal file
11
rosapps/nukecamp/NSView.m
Normal file
|
@ -0,0 +1,11 @@
|
|||
#import "NSView.h"
|
||||
|
||||
@implementation NSView
|
||||
- (IBAction)fax:(id)sender {
|
||||
|
||||
}
|
||||
|
||||
- (IBAction)print:(id)sender {
|
||||
|
||||
}
|
||||
@end
|
3229
rosapps/nukecamp/NukeCamp.xib
Normal file
3229
rosapps/nukecamp/NukeCamp.xib
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue