X-Git-Url: https://git.saurik.com/iphone-api.git/blobdiff_plain/f8d8a1a9bf3e8cbbb8a04dacfcd3257f1d560b63..2cd8f71baf5b8e3f2fc334a69a08a31948c2bd7c:/UIKit/UITabBarButton.h?ds=inline diff --git a/UIKit/UITabBarButton.h b/UIKit/UITabBarButton.h new file mode 100644 index 0000000..123b8c9 --- /dev/null +++ b/UIKit/UITabBarButton.h @@ -0,0 +1,49 @@ +/* + * Generated by class-dump 3.1.2. + * + * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. + */ + +#import + +@class UILabel, UITabBarButtonBadge, UITabBarSelectionIndicatorView, UIView; + +@interface UITabBarButton : UIControl +{ + struct CGRect _hitRect; + UIView *_info; + UILabel *_label; + UITabBarButtonBadge *_badge; + UITabBarSelectionIndicatorView *_selectedIndicator; + BOOL _onState; + BOOL _barHeight; + BOOL _badgeAnimated; + CDAnonymousStruct2 _infoInsets; +} + ++ (id)_defaultLabelFont; ++ (id)_defaultLabelColor; ++ (id)_donePushButton; +- (id)initWithImage:(id)fp8 selectedImage:(id)fp12 label:(id)fp16 withInsets:(CDAnonymousStruct2)fp20; +- (void)dealloc; +- (void)setImage:(id)fp8; +- (void)_setTabBarHitRect:(struct CGRect)fp8; +- (struct CGRect)_tabBarHitRect; +- (void)_showSelectedIndicator:(BOOL)fp8 changeSelection:(BOOL)fp12; +- (void)_setSelected:(BOOL)fp8; +- (void)_positionBadge; +- (void)setFrame:(struct CGRect)fp8; +- (void)_setBadgeValue:(id)fp8; +- (void)_badgeAnimationDidStop:(id)fp8 finished:(id)fp12; +- (void)_setBadgeAnimated:(BOOL)fp8; +- (void)setEnabled:(BOOL)fp8; +- (BOOL)pointInside:(struct CGPoint)fp8 forEvent:(struct __GSEvent *)fp16; +- (BOOL)pointInside:(struct CGPoint)fp8 withEvent:(id)fp16; +- (void)layoutSubviews; +- (void)_setOn:(BOOL)fp8; +- (BOOL)_isOn; +- (void)_setBarHeight:(float)fp8; +- (BOOL)_useBarHeight; + +@end +