]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIToolbarTextButton.h
06db4d4432a77adfd27c9c6f508453d0553f2713
[iphone-api.git] / UIKit / UIToolbarTextButton.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/UIToolbarButton.h>
8
9 @class NSString;
10
11 @interface UIToolbarTextButton : UIToolbarButton
12 {
13 NSString *_title;
14 NSString *_selectedTitle;
15 }
16
17 - (id)initWithTitle:(id)fp8 selectedTitle:(id)fp12 withFont:(id)fp16 withBarStyle:(int)fp20 withStyle:(int)fp24 withTitleWidth:(float)fp28 possibleTitles:(id)fp32 withTintColor:(id)fp36;
18 - (void)dealloc;
19 - (void)_setSelected:(BOOL)fp8;
20 - (id)_scriptingInfo;
21
22 @end
23