/* ActionPopUpButton */ #import @interface ActionPopUpButton : NSPopUpButton { NSImage * fImage, * fImagePressed; } @end