]>
Commit | Line | Data |
---|---|---|
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/UIToolbar.h> | |
8 | ||
9 | @interface UIToolbar (Static) | |
10 | - (id)_descriptionForTag:(int)fp8; | |
11 | - (void)_buttonDown:(id)fp8; | |
12 | - (void)_buttonDownDelayed:(id)fp8; | |
13 | - (void)_buttonUp:(id)fp8; | |
14 | - (void)_buttonCancel:(id)fp8; | |
15 | - (void)_adjustButtonSelection:(id)fp8; | |
16 | - (id)_buttonWithDescription:(id)fp8; | |
17 | - (void)_customizeWithCurrentButtons:(id)fp8 availableButton:(id)fp12; | |
18 | - (void)_dismissCustomizeSheet:(BOOL)fp8; | |
19 | - (void)_customizeDoneButtonAction:(id)fp8; | |
20 | - (void)_finishCustomizeAnimation:(id)fp8; | |
21 | - (void)_showButtons:(int *)fp8 withCount:(int)fp12 group:(int)fp16 withDuration:(double)fp20 adjustPositions:(BOOL)fp28 skipTag:(int)fp32; | |
22 | - (id)_currentButtons; | |
23 | - (id)_configureFromOldButton:(id)fp8 toNewButtonWithTag:(int)fp12 skipTag:(int)fp16; | |
24 | - (void)_finishButtonAnimation:(int)fp8 forButton:(int)fp12; | |
25 | - (void)_customizeWithAvailableItems:(id)fp8; | |
26 | - (void)_configureToolbarReplacingItem:(id)fp8 withNewItem:(id)fp12 dragging:(BOOL)fp16 swapping:(BOOL)fp20; | |
27 | - (void)_updateButtonBarForNewFrame; | |
28 | @end | |
29 |