repo.or.cz
/
MacTF.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Recreate Finnish.lproj/MainMenu.nib.
[MacTF.git]
/
iLifeControls
/
EtchedTextCell.h
blob
eacc5e6e419a30be5192d958e44a5da4d49307d1
1
/* MyTitleCell */
2
3
#import <Cocoa/Cocoa.h>
4
5
@interface EtchedTextCell
:
NSTextFieldCell
6
{
7
NSColor
*
mShadowColor
;
8
}
9
10
-(
void
)
setShadowColor
:(
NSColor
*)
color
;
11
12
@end