]>
Commit | Line | Data |
---|---|---|
1 | /* | |
2 | * Generated by class-dump 3.1.2. | |
3 | * | |
4 | * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. | |
5 | */ | |
6 | ||
7 | #import <UIKit/UIControl.h> | |
8 | ||
9 | @interface UIControl (Internal) | |
10 | - (BOOL)_hasActionForEventMask:(int)fp8; | |
11 | - (void)_sendActionsForEventMask:(int)fp8 withEvent:(struct __GSEvent *)fp12; | |
12 | - (void)_sendActionsForEvents:(int)fp8 withEvent:(id)fp12; | |
13 | - (void)_setHighlightOnMouseDown:(BOOL)fp8; | |
14 | - (void)_delayActions; | |
15 | - (void)_sendDelayedActions; | |
16 | - (void)_cancelDelayedActions; | |
17 | - (BOOL)pointMostlyInside:(struct CGPoint)fp8 forEvent:(struct __GSEvent *)fp16; | |
18 | - (BOOL)pointMostlyInside:(struct CGPoint)fp8 withEvent:(id)fp16; | |
19 | @end | |
20 |