]> git.saurik.com Git - iphone-api.git/blame - UIKit/UIFontChooser.h
Add MobileSMS for NickP.
[iphone-api.git] / UIKit / UIFontChooser.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/UIView.h>
8
9#import "UITextFieldDelegate-Protocol.h"
10
11@class UITable, UITextField;
12
13@interface UIFontChooser : UIView <UITextFieldDelegate>
14{
15 UITable *_nameTable;
16 UITable *_sizeTable;
17 UITextField *_sizeField;
18 struct __CFArray *_familyNames;
19 id _delegate;
20 unsigned int _sizes[15];
21 unsigned int _sizeBeforeEditing;
22}
23
24+ (id)sharedFontChooser;
25- (id)_tableWithFrame:(struct CGRect)fp8;
26- (struct CGRect)_nameTableFrame;
27- (struct CGRect)_separatorFrame;
28- (struct CGRect)_fieldBackgroundFrame;
29- (struct CGRect)_sizeFieldFrame;
30- (struct CGRect)_sizeTableFrame;
31- (void)_updateSublayerFrames;
32- (id)initWithFrame:(struct CGRect)fp8;
33- (void)setFrame:(struct CGRect)fp8;
34- (void)drawRect:(struct CGRect)fp8;
35- (int)numberOfRowsInTable:(id)fp8;
36- (id)table:(id)fp8 cellForRow:(int)fp12 column:(id)fp16;
37- (void)selectFamilyName:(id)fp8;
38- (void)selectSize:(float)fp8;
39- (void)selectFont:(id)fp8;
40- (void)acceptSizeFromSizeField;
41- (void)_finishedEditing:(id)fp8;
42- (void)tableSelectionDidChange:(id)fp8;
43- (void)textFieldDidBecomeFirstResponder:(id)fp8;
44- (void)textFieldDidResignFirstResponder:(id)fp8;
45- (id)selectedFamilyName;
46- (float)selectedSize;
47- (void)setDelegate:(id)fp8;
48- (id)delegate;
49
50@end
51