transmission/macosx/ActionPopUpButton.h

10 lines
143 B
Objective-C

/* ActionPopUpButton */
#import <Cocoa/Cocoa.h>
@interface ActionPopUpButton : NSPopUpButton
{
NSImage * fImage, * fImagePressed;
}
@end