Permalink
Cannot retrieve contributors at this time
Jump to Line
Fetching contributors…
| /** | |
| * This header is generated by class-dump-z 0.1-11o. | |
| * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3. | |
| */ | |
| #import "UIKit-Structs.h" | |
| #import <UIKit/UIButton.h> | |
| #import <Availability2.h> | |
| @class NSSet, NSString, UIImage, UIColor; | |
| @interface UINavigationButton : UIButton { | |
| NSSet* _possibleTitles; | |
| int _style; | |
| int _barStyle; | |
| UIColor* _tintColor; | |
| unsigned _size : 2; | |
| unsigned _pad : 30; | |
| } | |
| @property(assign, nonatomic) int style; | |
| @property(assign, nonatomic) int barStyle; | |
| @property(retain, nonatomic) UIColor* tintColor; | |
| @property(assign, nonatomic) int controlSize; | |
| @property(retain, nonatomic) UIImage* image; | |
| @property(retain, nonatomic) NSString* title; | |
| +(id)defaultFont; | |
| -(void)_updateStyle; | |
| -(id)initWithValue:(id)value width:(float)width style:(int)style barStyle:(int)style4 possibleTitles:(id)titles tintColor:(id)color; | |
| -(id)initWithTitle:(id)title; | |
| -(id)initWithTitle:(id)title style:(int)style; | |
| -(id)initWithTitle:(id)title possibleTitles:(id)titles style:(int)style; | |
| -(id)initWithImage:(id)image width:(float)width style:(int)style; | |
| -(id)initWithImage:(id)image; | |
| -(id)initWithImage:(id)image style:(int)style; | |
| -(void)dealloc; | |
| -(BOOL)contentsEqualTo:(id)to withStyle:(int)style; | |
| -(CGSize)sizeThatFits:(CGSize)fits; | |
| -(BOOL)_canHandleStatusBarMouseEvents:(GSEventRef)events; | |
| -(id)_scriptingInfo __OSX_AVAILABLE_STARTING(__MAC_NA, __IPHONE_3_2); | |
| @end | |