]> git.saurik.com Git - iphone-api.git/blame - UIKit/UISegmentedControl-DeprecatedMethods.h
Add MobileSMS for NickP.
[iphone-api.git] / UIKit / UISegmentedControl-DeprecatedMethods.h
CommitLineData
2cd8f71b
JF
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/UISegmentedControl.h>
8
9@interface UISegmentedControl (DeprecatedMethods)
10+ (float)defaultHeight;
11- (id)initWithFrame:(struct CGRect)fp8 withStyle:(int)fp24 withItems:(id)fp28;
12- (void)setDelegate:(id)fp8;
13- (void)setShowsDisclosure:(BOOL)fp8;
14- (void)setMomentaryClick:(BOOL)fp8;
15- (void)setAlwaysNotifiesDelegateOfSegmentClicks:(BOOL)fp8;
16- (void)setImagePadding:(struct CGSize)fp8 forSegment:(unsigned int)fp16;
17- (void)selectSegment:(int)fp8;
18- (void)addSegmentWithTitle:(id)fp8;
19- (void)insertSegment:(unsigned int)fp8 withTitle:(id)fp12 animated:(BOOL)fp16;
20- (void)insertSegment:(unsigned int)fp8 withImage:(id)fp12 animated:(BOOL)fp16;
21- (void)removeSegment:(unsigned int)fp8 animated:(BOOL)fp12;
22- (void)setTitle:(id)fp8 forSegment:(unsigned int)fp12;
23- (id)titleForSegment:(unsigned int)fp8;
24- (void)setImage:(id)fp8 forSegment:(unsigned int)fp12;
25- (id)imageForSegment:(unsigned int)fp8;
26- (void)setWidth:(float)fp8 forSegment:(unsigned int)fp12;
27- (float)widthForSegment:(unsigned int)fp8;
28- (void)setContentOffset:(struct CGSize)fp8 forSegment:(unsigned int)fp16;
29- (struct CGSize)contentOffsetForSegment:(unsigned int)fp8;
30- (void)setEnabled:(BOOL)fp8 forSegment:(unsigned int)fp12;
31- (BOOL)isEnabledForSegment:(unsigned int)fp8;
32- (void)setSelectedSegment:(int)fp8;
33- (int)selectedSegment;
34@end
35