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
Warn about missing newline.
[MacTF.git]
/
iLifeControls
/
EtchedText.h
blob
1df3ca746e94de6764094e4042225c4f4df2943d
1
/* EtchedText */
2
3
#import <Cocoa/Cocoa.h>
4
5
@interface EtchedText
:
NSTextField
6
{
7
}
8
+ (
Class
)
cellClass
;
9
10
-(
void
)
setShadowColor
:(
NSColor
*)
color
;
11
12
@end