]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.0/SBButtonBar.h
0719dbc6dd65aec90f99920abe2c7254caabfc67
[iphone-api.git] / SpringBoard-2.0 / SBButtonBar.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 "SBIconList.h"
8
9 @interface SBButtonBar : SBIconList
10 {
11 }
12
13 + (struct CGSize)defaultSize;
14 - (id)initWithDefaultSize;
15 - (id)initWithFrame:(struct CGRect)fp8;
16 - (int)maxIconRows;
17 - (float)topIconPadding;
18 - (float)verticalIconPadding;
19 - (float)leftMarginForIconRowArray:(id)fp8;
20 - (struct CGPoint)originForIconAtX:(int)fp8 Y:(int)fp12;
21 - (id)iconAtPoint:(struct CGPoint)fp8 X:(int *)fp16 Y:(int *)fp20 proposedOrder:(int *)fp24;
22 - (id)iconAtPoint:(struct CGPoint)fp8 X:(int *)fp16 Y:(int *)fp20;
23 - (BOOL)isDock;
24
25 @end
26