]> git.saurik.com Git - iphone-api.git/blob - TelephonyUI/TPCallWaitingButton.h
Adding the TelephonyUI headers (for Cydget).
[iphone-api.git] / TelephonyUI / TPCallWaitingButton.h
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 "UIThreePartButton.h"
8
9 @class TPPushButton;
10
11 @interface TPCallWaitingButton : UIThreePartButton
12 {
13 TPPushButton *_innerButton;
14 unsigned int _type:1;
15 }
16
17 + (struct CGSize)defaultSizeForType:(int)fp8;
18 + (float)defaultVerticalCenteringOffset;
19 - (id)initWithFrame:(struct CGRect)fp8 type:(int)fp24;
20 - (id)initTopForIncomingCallWaiting;
21 - (id)initTopForTTY;
22 - (id)initBottomForIncomingCallWaiting;
23 - (id)initBottomForSecondIncomingCallWaiting;
24 - (id)initBottomForTTYWithTitle:(id)fp8;
25 - (void)dealloc;
26 - (void)addTarget:(id)fp8 action:(SEL)fp12 forEvents:(int)fp16;
27 - (void)removeTarget:(id)fp8 forEvents:(int)fp12;
28 - (void)setEnabled:(BOOL)fp8;
29 - (BOOL)isEnabled;
30
31 @end
32