transmission/macosx/ActionPopUpButton.h

10 lines
143 B
C
Raw Normal View History

/* ActionPopUpButton */
#import <Cocoa/Cocoa.h>
@interface ActionPopUpButton : NSPopUpButton
{
2007-01-02 19:51:02 +00:00
NSImage * fImage, * fImagePressed;
}
@end