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
Remove iLifeControls.
[MacTF.git]
/
ROTableView.h
blob
075e0b8cfe81fc66dfb34dcf21198086949c4e24
1
/* ROTableView */
2
3
#import <Cocoa/Cocoa.h>
4
5
@interface ROTableView
:
NSTableView
6
{
7
NSTrackingRectTag trackingTag
;
8
BOOL mouseOverView
;
9
int
mouseOverRow
;
10
int
lastOverRow
;
11
}
12
@end