]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIKeyboardCandidateList-Protocol.h
Added some SpringBoardServices work from ashikase.
[iphone-api.git] / UIKit / UIKeyboardCandidateList-Protocol.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 "NSObject-Protocol.h"
8
9 @protocol UIKeyboardCandidateList <NSObject>
10 - (void)setCandidates:(id)fp8 inlineText:(id)fp12 inlineRect:(struct CGRect)fp16 maxX:(float)fp32 layout:(BOOL)fp36;
11 - (void)layout;
12 - (void)setUIKeyboardCandidateListDelegate:(id)fp8;
13 - (void)showCandidateAtIndex:(unsigned int)fp8;
14 - (void)showNextCandidate;
15 - (void)showPageAtIndex:(unsigned int)fp8;
16 - (void)showNextPage;
17 - (void)showPreviousPage;
18 - (id)currentCandidate;
19 - (unsigned int)currentIndex;
20 - (id)candidateAtIndex:(unsigned int)fp8;
21 - (void)candidateAcceptedAtIndex:(unsigned int)fp8;
22 - (unsigned int)count;
23 - (void)configureKeyboard:(id)fp8;
24 @end
25