X-Git-Url: https://git.saurik.com/iphone-api.git/blobdiff_plain/f8d8a1a9bf3e8cbbb8a04dacfcd3257f1d560b63..2cd8f71baf5b8e3f2fc334a69a08a31948c2bd7c:/UIKit/UIButtonBarCustomizeView.h?ds=sidebyside diff --git a/UIKit/UIButtonBarCustomizeView.h b/UIKit/UIButtonBarCustomizeView.h new file mode 100644 index 0000000..7561d3c --- /dev/null +++ b/UIKit/UIButtonBarCustomizeView.h @@ -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 + +@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 +