]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIToolbar.h
Commit the Preferences folder (for WinterBoard).
[iphone-api.git] / UIKit / UIToolbar.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, UIBarButtonItem, UIColor;
10
11 @interface UIToolbar : UIView
12 {
13 UIView *_customizeView;
14 id _delegate;
15 NSArray *_items;
16 UIBarButtonItem *_selectedItem;
17 NSArray *_customizationItems;
18 UIColor *_tintColor;
19 struct {
20 unsigned int barStyle:2;
21 unsigned int mode:2;
22 unsigned int roundsCorners:1;
23 unsigned int alertShown:1;
24 unsigned int wasEnabled:1;
25 unsigned int customized:1;
26 unsigned int downButtonSentAction:1;
27 } _toolbarFlags;
28 struct __CFDictionary *_groups;
29 NSArray *_buttonItems;
30 int _currentButtonGroup;
31 struct __CFArray *_hiddenItems;
32 int _selectedTag;
33 int _trackingTag;
34 }
35
36 - (id)initWithCoder:(id)fp8;
37 - (void)_populateArchivedSubviews:(id)fp8;
38 - (void)encodeWithCoder:(id)fp8;
39 - (void)dealloc;
40 - (void)setBarStyle:(int)fp8;
41 - (int)barStyle;
42 - (void)setMode:(int)fp8;
43 - (int)mode;
44 - (void)setDelegate:(id)fp8;
45 - (id)delegate;
46 - (void)setItems:(id)fp8;
47 - (id)items;
48 - (void)setTintColor:(id)fp8;
49 - (void)setSelectedItem:(id)fp8;
50 - (id)selectedItem;
51 - (void)_sendAction:(id)fp8 withEvent:(id)fp12;
52 - (void)setItems:(id)fp8 animated:(BOOL)fp12;
53 - (struct CGSize)sizeThatFits:(struct CGSize)fp8;
54 - (BOOL)isMinibar;
55 - (void)setBounds:(struct CGRect)fp8;
56 - (void)layoutSubviews;
57 - (void)beginCustomizingItems:(id)fp8;
58 - (BOOL)endCustomizingAnimated:(BOOL)fp8;
59 - (BOOL)isCustomizing;
60 - (id)tintColor;
61
62 @end
63