~ubuntu-branches/ubuntu/raring/vice/raring

« back to all changes in this revision

Viewing changes to src/arch/unix/macosx/cocoa/view/driveview.h

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2009-03-31 00:37:15 UTC
  • mfrom: (1.2.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: james.westby@ubuntu.com-20090331003715-mzclchtl0dp7fcl0
Tags: upstream-2.1.dfsg
ImportĀ upstreamĀ versionĀ 2.1.dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
    NSTextField *trackText;
37
37
    NSColorWell *driveLed;
38
38
    NSTextField *imageText;
 
39
    NSButton *buttons[2];
39
40
}
40
41
 
41
42
- (id)initWithFrame:(NSRect)frame driveNumber:(int)drive;
42
43
- (void)initLedColor:(NSColor*)color;
43
44
 
 
45
- (void)updateImage:(NSString *)image;
 
46
 
44
47
@end
45
48