aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/BWToolkitFramework.framework/BWUnanchoredButton.h
diff options
context:
space:
mode:
Diffstat (limited to 'Frameworks/BWToolkitFramework.framework/BWUnanchoredButton.h')
-rw-r--r--Frameworks/BWToolkitFramework.framework/BWUnanchoredButton.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/Frameworks/BWToolkitFramework.framework/BWUnanchoredButton.h b/Frameworks/BWToolkitFramework.framework/BWUnanchoredButton.h
new file mode 100644
index 00000000..03ab6211
--- /dev/null
+++ b/Frameworks/BWToolkitFramework.framework/BWUnanchoredButton.h
@@ -0,0 +1,16 @@
+//
+// BWUnanchoredButton.h
+// BWToolkit
+//
+// Created by Brandon Walkin (www.brandonwalkin.com)
+// All code is provided under the New BSD license.
+//
+
+#import <Cocoa/Cocoa.h>
+
+@interface BWUnanchoredButton : NSButton
+{
+ NSPoint topAndLeftInset;
+}
+
+@end