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