|
|
1.1 ! root 1: /* ! 2: Hatari - CreateFloppyController.m ! 3: ! 4: This file is distributed under the GNU Public License, version 2 or at ! 5: your option any later version. Read the file gpl.txt for details. ! 6: */ ! 7: ! 8: #import <Cocoa/Cocoa.h> ! 9: ! 10: @interface CreateFloppyController : NSObject ! 11: { ! 12: IBOutlet NSWindow *window; ! 13: IBOutlet NSMatrix *sectors; ! 14: IBOutlet NSMatrix *sides; ! 15: IBOutlet NSPopUpButton *tracks; ! 16: } ! 17: - (void)awakeFromNib; ! 18: - (IBAction)runModal:(id)sender; ! 19: - (IBAction)createFloppyImage:(id)sender; ! 20: ! 21: @end
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.