]> git.saurik.com Git - iphone-api.git/blob - TelephonyUI/TPBottomDualButtonBar.h
Adding the TelephonyUI headers (for Cydget).
[iphone-api.git] / TelephonyUI / TPBottomDualButtonBar.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 <TelephonyUI/TPBottomButtonBar.h>
8
9 @class TPPushButton;
10
11 @interface TPBottomDualButtonBar : TPBottomButtonBar
12 {
13 TPPushButton *_button2;
14 unsigned int _drawSeparator:1;
15 }
16
17 - (id)initWithFrame:(struct CGRect)fp8;
18 - (id)initForIncomingCallWithFrame:(struct CGRect)fp8;
19 - (id)initForCallFailureWithFrame:(struct CGRect)fp8;
20 - (id)initForEmergencyCallWithFrame:(struct CGRect)fp8;
21 - (void)dealloc;
22 - (float)_buttonWidth;
23 - (void)_updateButtonSettings:(id)fp8;
24 - (void)setButton:(id)fp8;
25 - (void)setButton2:(id)fp8;
26 - (id)button2;
27 - (void)setDrawsSeparateWells:(BOOL)fp8;
28 - (void)drawRect:(struct CGRect)fp8;
29
30 @end
31