2007-11-01 01:53:52 +00:00
|
|
|
//
|
|
|
|
// InvertedToolbarWindow.h
|
|
|
|
// Cog
|
|
|
|
//
|
|
|
|
// Created by Vincent Spader on 10/31/07.
|
|
|
|
// Copyright 2007 __MyCompanyName__. All rights reserved.
|
|
|
|
//
|
|
|
|
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
|
|
|
|
|
|
|
|
@interface InvertedToolbarWindow : NSWindow {
|
|
|
|
BOOL contentHidden;
|
|
|
|
double contentHeight;
|
2008-01-23 03:55:20 +00:00
|
|
|
double contentWidth;
|
2007-11-01 01:53:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@end
|