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