]>
git.saurik.com Git - iphone-api.git/blob - Preferences/PSEditingPane.h
2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
11 @interface PSEditingPane
: UIView
13 PSSpecifier
*_specifier
;
15 unsigned int _requiresKeyboard
:1;
18 + (struct CGSize
)defaultSize
;
19 + (id
)defaultBackgroundColor
;
20 - (id
)initWithFrame
:(struct CGRect
)fp8
;
22 - (struct CGRect
)contentRect
;
24 - (void)setDelegate
:(id
)fp8
;
25 - (void)setPreferenceSpecifier
:(id
)fp8
;
26 - (id
)preferenceSpecifier
;
27 - (void)setPreferenceValue
:(id
)fp8
;
28 - (id
)preferenceValue
;
29 - (BOOL
)requiresKeyboard
;
30 - (void)drawPinstripesInRect
:(struct CGRect
)fp8
;
32 - (void)drawLabelInRect
:(struct CGRect
)fp8
;
33 - (void)drawRect
:(struct CGRect
)fp8
;
34 - (BOOL
)wantsNewButton
;
38 - (BOOL
)handlesDoneButton
;