summaryrefslogtreecommitdiffstats
path: root/macosx/HBHUDButtonCell.h
blob: 1596d1beb06c395af7713b9b41df1f263dc5d9a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
//  HBHUDButtonCell.h
//  HandBrake
//
//  Created by Damiano Galassi on 17/08/14.
//
//

#import <Cocoa/Cocoa.h>

/**
 *  A subclass of NSButtonCell that draws the cell title
 *  in white.
 */
@interface HBHUDButtonCell : NSButtonCell

@end