]> git.saurik.com Git - iphone-api.git/blobdiff - UIKit/UIButtonBarCustomizeView.h
Adding numerous class dumps.
[iphone-api.git] / UIKit / UIButtonBarCustomizeView.h
diff --git a/UIKit/UIButtonBarCustomizeView.h b/UIKit/UIButtonBarCustomizeView.h
new file mode 100644 (file)
index 0000000..7561d3c
--- /dev/null
@@ -0,0 +1,39 @@
+/*
+ *     Generated by class-dump 3.1.2.
+ *
+ *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import <UIKit/UIView.h>
+
+@class NSArray, NSMutableArray, UIImageView, UIToolbar;
+
+@interface UIButtonBarCustomizeView : UIView
+{
+    UIToolbar *_buttonBar;
+    NSArray *_availableButtons;
+    NSArray *_currentButtons;
+    NSMutableArray *_fixedButtons;
+    UIView *_draggingView;
+    UIImageView *_ghostView;
+    UIImageView *_replacementGlow;
+    UIView *_replaceButton;
+    struct CGPoint _startPoint;
+}
+
+- (void)dealloc;
+- (void)setButtonBar:(id)fp8 currentButtons:(id)fp12 availableButtons:(id)fp16;
+- (void)layoutSubviews;
+- (void)adjustDragImage:(struct __GSEvent *)fp8;
+- (void)mouseDown:(struct __GSEvent *)fp8;
+- (id)buttonAtEvent:(struct __GSEvent *)fp8;
+- (void)mouseDragged:(struct __GSEvent *)fp8;
+- (void)mouseUp:(struct __GSEvent *)fp8;
+- (BOOL)canHandleSwipes;
+- (void)buttonBarMouseDown:(struct __GSEvent *)fp8;
+- (void)buttonBarMouseDragged:(struct __GSEvent *)fp8;
+- (void)buttonBarMouseUp:(struct __GSEvent *)fp8;
+- (void)_finishCustomizeMouseUpChangeAnimation:(id)fp8 finished:(id)fp12 context:(id)fp16;
+
+@end
+