]> git.saurik.com Git - iphone-api.git/blame - UIKit/UISearchBar.h
Commit the Preferences folder (for WinterBoard).
[iphone-api.git] / UIKit / UISearchBar.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@class UIButton, UIColor, UILabel, UITextField;
10
11@interface UISearchBar : UIView
12{
13 UITextField *_searchField;
14 UILabel *_promptLabel;
15 UIButton *_cancelButton;
16 id <UISearchBarDelegate> _delegate;
17 UIColor *_tintColor;
18 struct {
19 unsigned int barStyle:3;
20 unsigned int showsBookmarkButton:1;
21 unsigned int showsCancelButton:1;
22 } _searchBarFlags;
23}
24
25- (id)initWithFrame:(struct CGRect)fp8;
26- (id)initWithCoder:(id)fp8;
27- (void)_populateArchivedSubviews:(id)fp8;
28- (void)encodeWithCoder:(id)fp8;
29- (void)dealloc;
30- (void)setBarStyle:(int)fp8;
31- (int)barStyle;
32- (void)setText:(id)fp8;
33- (id)text;
34- (void)setPrompt:(id)fp8;
35- (id)prompt;
36- (void)setPlaceholder:(id)fp8;
37- (id)placeholder;
38- (void)setShowsBookmarkButton:(BOOL)fp8;
39- (BOOL)showsBookmarkButton;
40- (void)setShowsCancelButton:(BOOL)fp8;
41- (BOOL)showsCancelButton;
42- (void)setTintColor:(id)fp8;
43- (void)setAutocapitalizationType:(int)fp8;
44- (int)autocapitalizationType;
45- (void)setAutocorrectionType:(int)fp8;
46- (int)autocorrectionType;
47- (void)setKeyboardType:(int)fp8;
48- (int)keyboardType;
49- (struct CGSize)sizeThatFits:(struct CGSize)fp8;
50- (void)layoutSubviews;
51- (void)drawRect:(struct CGRect)fp8;
52- (id)tintColor;
53- (id)delegate;
54- (void)setDelegate:(id)fp8;
55
56@end
57