]>
git.saurik.com Git - iphone-api.git/blob - UIKit/UITextLabel.h
2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <UIKit/UILabel.h>
9 @interface UITextLabel
: UILabel
13 - (struct CGSize
)ellipsizedTextSize
;
14 - (void)setColor
:(id
)fp8
;
16 - (void)setHighlightedColor
:(id
)fp8
;
17 - (id
)highlightedColor
;
18 - (void)setCentersHorizontally
:(BOOL
)fp8
;
19 - (BOOL
)centersHorizontally
;
20 - (void)setWrapsText
:(BOOL
)fp8
;
22 - (void)setTextAutoresizesToFit
:(BOOL
)fp8
;
23 - (BOOL
)textAutoresizesToFit
;
24 - (void)setMinFontSize
:(float)fp8
;
26 - (void)setAlignment
:(int)fp8
;
28 - (void)setEllipsisStyle
:(int)fp8
;
30 - (void)drawRect
:(struct CGRect
)fp8
;
31 - (void)drawTextInRect
:(struct CGRect
)fp8
;
32 - (void)drawContentsInRect
:(struct CGRect
)fp8
;