Added `-[NSArray validateAsPropertyList]` and `-[NSDictionary validateAsPropertyList...
[adiumx.git] / Source / AIClickThroughThemeDocumentButton.h
blobba083befac221bcd0333aa4c650fef41e7e3f194
1 //
2 // AIClickThroughThemeDocumentButton.h
3 // Adium
4 //
5 // Created by Evan Schoenberg on 12/26/05.
6 //
8 #import <Cocoa/Cocoa.h>
9 #import "NSThemeDocumentButton.h"
11 @interface AIClickThroughThemeDocumentButton : NSThemeDocumentButton {
12 NSPoint originalMouseLocation;
13 NSRect windowFrame;
14 BOOL inLeftMouseEvent;
17 @end