]> git.saurik.com Git - iphone-api.git/blobdiff - UIKit/UISearchBar.h
Adding numerous class dumps.
[iphone-api.git] / UIKit / UISearchBar.h
diff --git a/UIKit/UISearchBar.h b/UIKit/UISearchBar.h
new file mode 100644 (file)
index 0000000..def348e
--- /dev/null
@@ -0,0 +1,57 @@
+/*
+ *     Generated by class-dump 3.1.2.
+ *
+ *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import <UIKit/UIView.h>
+
+@class UIButton, UIColor, UILabel, UITextField;
+
+@interface UISearchBar : UIView
+{
+    UITextField *_searchField;
+    UILabel *_promptLabel;
+    UIButton *_cancelButton;
+    id <UISearchBarDelegate> _delegate;
+    UIColor *_tintColor;
+    struct {
+        unsigned int barStyle:3;
+        unsigned int showsBookmarkButton:1;
+        unsigned int showsCancelButton:1;
+    } _searchBarFlags;
+}
+
+- (id)initWithFrame:(struct CGRect)fp8;
+- (id)initWithCoder:(id)fp8;
+- (void)_populateArchivedSubviews:(id)fp8;
+- (void)encodeWithCoder:(id)fp8;
+- (void)dealloc;
+- (void)setBarStyle:(int)fp8;
+- (int)barStyle;
+- (void)setText:(id)fp8;
+- (id)text;
+- (void)setPrompt:(id)fp8;
+- (id)prompt;
+- (void)setPlaceholder:(id)fp8;
+- (id)placeholder;
+- (void)setShowsBookmarkButton:(BOOL)fp8;
+- (BOOL)showsBookmarkButton;
+- (void)setShowsCancelButton:(BOOL)fp8;
+- (BOOL)showsCancelButton;
+- (void)setTintColor:(id)fp8;
+- (void)setAutocapitalizationType:(int)fp8;
+- (int)autocapitalizationType;
+- (void)setAutocorrectionType:(int)fp8;
+- (int)autocorrectionType;
+- (void)setKeyboardType:(int)fp8;
+- (int)keyboardType;
+- (struct CGSize)sizeThatFits:(struct CGSize)fp8;
+- (void)layoutSubviews;
+- (void)drawRect:(struct CGRect)fp8;
+- (id)tintColor;
+- (id)delegate;
+- (void)setDelegate:(id)fp8;
+
+@end
+