]> git.saurik.com Git - iphone-api.git/blame - UIKit/UITableViewIndex.h
Commit the Preferences folder (for WinterBoard).
[iphone-api.git] / UIKit / UITableViewIndex.h
CommitLineData
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/UIControl.h>
8
9@class NSArray, UIFont;
10
11@interface UITableViewIndex : UIControl
12{
13 NSArray *_titles;
14 UIFont *_font;
15 int _selectedSection;
16 BOOL _pastTop;
17 BOOL _pastBottom;
18 struct CGSize _cachedSize;
19 struct CGSize _cachedSizeToFit;
20}
21
22- (id)initWithFrame:(struct CGRect)fp8;
23- (void)dealloc;
24- (struct CGSize)sizeThatFits:(struct CGSize)fp8;
25- (void)setTitles:(id)fp8;
26- (id)titles;
27- (void)setFont:(id)fp8;
28- (id)font;
29- (id)selectedSectionTitle;
30- (void)drawRect:(struct CGRect)fp8;
31- (void)_selectSectionForTouch:(id)fp8 withEvent:(id)fp12;
32- (BOOL)beginTrackingWithTouch:(id)fp8 withEvent:(id)fp12;
33- (BOOL)continueTrackingWithTouch:(id)fp8 withEvent:(id)fp12;
34- (void)endTrackingWithTouch:(id)fp8 withEvent:(id)fp12;
35- (void)cancelTrackingWithEvent:(id)fp8;
36- (id)_createTouchesWithMouseEvent:(struct __GSEvent *)fp8 phase:(int)fp12;
37- (void)mouseDown:(struct __GSEvent *)fp8;
38- (void)mouseDragged:(struct __GSEvent *)fp8;
39- (void)mouseUp:(struct __GSEvent *)fp8;
40- (BOOL)pastBottom;
41- (BOOL)pastTop;
42- (int)selectedSection;
43
44@end
45