X-Git-Url: https://git.saurik.com/iphone-api.git/blobdiff_plain/f8d8a1a9bf3e8cbbb8a04dacfcd3257f1d560b63..2cd8f71baf5b8e3f2fc334a69a08a31948c2bd7c:/UIKit/UIView-Internal.h diff --git a/UIKit/UIView-Internal.h b/UIKit/UIView-Internal.h new file mode 100644 index 0000000..d03ee9d --- /dev/null +++ b/UIKit/UIView-Internal.h @@ -0,0 +1,41 @@ +/* + * Generated by class-dump 3.1.2. + * + * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. + */ + +#import + +@interface UIView (Internal) ++ (void)_setInvalidatesViewUponCreation:(BOOL)fp8; ++ (BOOL)_invalidatesViewUponCreation; ++ (void)_setIsResponderAncestorOfFirstResponder:(BOOL)fp8 startingAtFirstResponder:(id)fp12; +- (BOOL)_subclassImplementsDrawRect; +- (id)_layer; +- (id)_scroller; +- (void)_didScroll; +- (void)_invalidateSubviewCache; +- (void)_invalidateLayerContents; +- (void)_setInterceptMouseEvent:(BOOL)fp8; +- (id)_interceptMouseEvent:(struct __GSEvent *)fp8; +- (id)_interceptEvent:(id)fp8; +- (BOOL)_canDrawContent; +- (void)_didMoveFromWindow:(id)fp8 toWindow:(id)fp12; +- (BOOL)_alwaysHandleScrollerMouseEvent; +- (BOOL)_alwaysHandleInteractionEvents; +- (BOOL)_isInAWindow; +- (BOOL)_containedInAbsoluteResponderChain; +- (void)_mouseDown:(struct __GSEvent *)fp8; +- (void)_mouseDragged:(struct __GSEvent *)fp8; +- (void)_mouseUp:(struct __GSEvent *)fp8; +- (BOOL)_cancelTapDelegateTracking; +- (BOOL)_canHandleStatusBarMouseEvents:(struct __GSEvent *)fp8; +- (void)_setContentImage:(id)fp8; +- (void)_setContentsTransform:(struct CGAffineTransform)fp8; +- (void)_renderSnapshotWithRect:(struct CGRect)fp8 inContext:(struct CGContext *)fp24; +- (void)_addSubview:(id)fp8 positioned:(int)fp12 relativeTo:(id)fp16; +- (void)_populateArchivedSubviews:(id)fp8; +- (void)_setIsAncestorOfFirstResponder:(BOOL)fp8; +- (BOOL)_isAncestorOfFirstResponder; +@end +