root/trunk/Views/JVSideStatusView.h

Revision 3206, 153 bytes (checked in by timothy, 2 years ago)

New sidebar look that mimics Tiger's Mail interface. http://colloquy.info/sleek.png

Line 
1 #import <AppKit/NSView.h>
2
3 @interface JVSideStatusView : NSView {
4         IBOutlet NSSplitView *splitView;
5         float _clickOffset;
6         BOOL _insideResizeArea;
7 }
8 @end
Note: See TracBrowser for help on using the browser.