repo.or.cz
/
adiumx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Performed [21405] and [21406], moving the contact list to Source, on adium-1.1
[adiumx.git]
/
Source
/
ESGlassSplitView.h
blob
9390064f3ae6a12ca72f956e77381b1f879709e8
1
//
2
// ESGlassSplitView.h
3
// Adium
4
//
5
// Created by Evan Schoenberg on 6/30/06.
6
// Copyright 2006 __MyCompanyName__. All rights reserved.
7
//
8
9
#import <Cocoa/Cocoa.h>
10
11
@interface ESGlassSplitView
:
NSSplitView
{
12
NSImage
*
background
;
13
NSSize backgroundSize
;
14
}
15
16
@end