cog/Application/InvertedToolbarWindow.h

19 lines
294 B
Objective-C

//
// 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;
double contentWidth;
}
@end