repo.or.cz
/
cpuHistory.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added bar width setting. sweet.
[cpuHistory.git]
/
TranslucentWindow.h
blob
c6688ed0d1bd715b610b50a14fdab3e3bbb57409
1
//
2
// TranslucentWindow.h
3
//
4
// Created by Takashi T. Hamada on Thu Nov 01 2000.
5
// Copyright (c) 2000,2001 Takashi T. Hamada. All rights reserved.
6
//
7
8
#import <Cocoa/Cocoa.h>
9
10
11
@interface TranslucentWindow
:
NSWindow
12
{
13
}
14
15
@end