]> git.saurik.com Git - iphone-api.git/blob - UIKit/UITabBar.h
Commit the Preferences folder (for WinterBoard).
[iphone-api.git] / UIKit / UITabBar.h
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 NSArray, UITabBarItem;
10
11 @interface UITabBar : UIView
12 {
13 UIView *_customizeView;
14 id /*XXX:<UITabBarDelegate>*/ _delegate;
15 NSArray *_items;
16 UITabBarItem *_selectedItem;
17 NSArray *_customizationItems;
18 struct {
19 unsigned int roundsCorners:1;
20 unsigned int alertShown:1;
21 unsigned int wasEnabled:1;
22 unsigned int customized:1;
23 unsigned int downButtonSentAction:1;
24 } _tabBarFlags;
25 NSArray *_buttonItems;
26 struct __CFArray *_hiddenItems;
27 }
28
29 - (id)initWithCoder:(id)fp8;
30 - (void)_populateArchivedSubviews:(id)fp8;
31 - (void)encodeWithCoder:(id)fp8;
32 - (void)dealloc;
33 - (void)setItems:(id)fp8;
34 - (id)items;
35 - (void)setSelectedItem:(id)fp8;
36 - (id)selectedItem;
37 - (void)_sendAction:(id)fp8 withEvent:(id)fp12;
38 - (void)setItems:(id)fp8 animated:(BOOL)fp12;
39 - (struct CGSize)sizeThatFits:(struct CGSize)fp8;
40 - (void)setBounds:(struct CGRect)fp8;
41 - (void)layoutSubviews;
42 - (void)beginCustomizingItems:(id)fp8;
43 - (BOOL)endCustomizingAnimated:(BOOL)fp8;
44 - (BOOL)isCustomizing;
45 - (id)delegate;
46 - (void)setDelegate:(id)fp8;
47
48 @end
49