aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/BWToolkitFramework.framework/BWTexturedSliderCell.h
diff options
context:
space:
mode:
Diffstat (limited to 'Frameworks/BWToolkitFramework.framework/BWTexturedSliderCell.h')
-rwxr-xr-xFrameworks/BWToolkitFramework.framework/BWTexturedSliderCell.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/Frameworks/BWToolkitFramework.framework/BWTexturedSliderCell.h b/Frameworks/BWToolkitFramework.framework/BWTexturedSliderCell.h
new file mode 100755
index 00000000..184dd8ec
--- /dev/null
+++ b/Frameworks/BWToolkitFramework.framework/BWTexturedSliderCell.h
@@ -0,0 +1,19 @@
+//
+// BWTexturedSliderCell.h
+// BWToolkit
+//
+// Created by Brandon Walkin (www.brandonwalkin.com)
+// All code is provided under the New BSD license.
+//
+
+#import <Cocoa/Cocoa.h>
+
+@interface BWTexturedSliderCell : NSSliderCell
+{
+ BOOL isPressed;
+ int trackHeight;
+}
+
+@property int trackHeight;
+
+@end