source: trunk/Cocoa/Pester/Source/NJRQTMediaPopUpButton.h@ 39

Last change on this file since 39 was 39, checked in by Nicholas Riley, 21 years ago

Lots of wonderful changes for which I composed a detailed svn commit
message, which it proceeded to mangle yet AGAIN on failed commit.

File size: 506 bytes
RevLine 
[34]1//
[39]2// NJRQTMediaPopUpButton.h
[34]3// Pester
4//
5// Created by Nicholas Riley on Sat Oct 26 2002.
6// Copyright (c) 2002 Nicholas Riley. All rights reserved.
7//
8
9#import <AppKit/AppKit.h>
10#import "BDAlias.h"
11
[39]12@interface NJRQTMediaPopUpButton : NSPopUpButton {
[34]13 IBOutlet NSMovieView *preview;
[39]14 NSMenuItem *otherItem;
15 BDAlias *selectedAlias, *previousAlias;
16 NSMutableArray *recentMediaAliasData;
17 BOOL dragAccepted;
[34]18}
19
20- (BDAlias *)selectedAlias;
21- (IBAction)stopSoundPreview:(id)sender;
22
23@end
Note: See TracBrowser for help on using the repository browser.