Last change
on this file since 39 was
39,
checked in by Nicholas Riley, 20 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
|
Line | |
---|
1 | // |
---|
2 | // NJRQTMediaPopUpButton.h |
---|
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 | |
---|
12 | @interface NJRQTMediaPopUpButton : NSPopUpButton { |
---|
13 | IBOutlet NSMovieView *preview; |
---|
14 | NSMenuItem *otherItem; |
---|
15 | BDAlias *selectedAlias, *previousAlias; |
---|
16 | NSMutableArray *recentMediaAliasData; |
---|
17 | BOOL dragAccepted; |
---|
18 | } |
---|
19 | |
---|
20 | - (BDAlias *)selectedAlias; |
---|
21 | - (IBAction)stopSoundPreview:(id)sender; |
---|
22 | |
---|
23 | @end |
---|
Note: See
TracBrowser
for help on using the repository browser.