]> git.saurik.com Git - iphone-api.git/blame - UIKit/UITabBarButton.h
Add support for new WinterBoard Settings features.
[iphone-api.git] / UIKit / UITabBarButton.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/UIControl.h>
8
9@class UILabel, UITabBarButtonBadge, UITabBarSelectionIndicatorView, UIView;
10
11@interface UITabBarButton : UIControl
12{
13 struct CGRect _hitRect;
14 UIView *_info;
15 UILabel *_label;
16 UITabBarButtonBadge *_badge;
17 UITabBarSelectionIndicatorView *_selectedIndicator;
18 BOOL _onState;
19 BOOL _barHeight;
20 BOOL _badgeAnimated;
21 CDAnonymousStruct2 _infoInsets;
22}
23
24+ (id)_defaultLabelFont;
25+ (id)_defaultLabelColor;
26+ (id)_donePushButton;
27- (id)initWithImage:(id)fp8 selectedImage:(id)fp12 label:(id)fp16 withInsets:(CDAnonymousStruct2)fp20;
28- (void)dealloc;
29- (void)setImage:(id)fp8;
30- (void)_setTabBarHitRect:(struct CGRect)fp8;
31- (struct CGRect)_tabBarHitRect;
32- (void)_showSelectedIndicator:(BOOL)fp8 changeSelection:(BOOL)fp12;
33- (void)_setSelected:(BOOL)fp8;
34- (void)_positionBadge;
35- (void)setFrame:(struct CGRect)fp8;
36- (void)_setBadgeValue:(id)fp8;
37- (void)_badgeAnimationDidStop:(id)fp8 finished:(id)fp12;
38- (void)_setBadgeAnimated:(BOOL)fp8;
39- (void)setEnabled:(BOOL)fp8;
40- (BOOL)pointInside:(struct CGPoint)fp8 forEvent:(struct __GSEvent *)fp16;
41- (BOOL)pointInside:(struct CGPoint)fp8 withEvent:(id)fp16;
42- (void)layoutSubviews;
43- (void)_setOn:(BOOL)fp8;
44- (BOOL)_isOn;
45- (void)_setBarHeight:(float)fp8;
46- (BOOL)_useBarHeight;
47
48@end
49