]> git.saurik.com Git - iphone-api.git/blob - Preferences/PSEditingPane.h
Commit the ChatKit folder (for WinterBoard).
[iphone-api.git] / Preferences / PSEditingPane.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 "UIView.h"
8
9 @class PSSpecifier;
10
11 @interface PSEditingPane : UIView
12 {
13 PSSpecifier *_specifier;
14 id _delegate;
15 unsigned int _requiresKeyboard:1;
16 }
17
18 + (struct CGSize)defaultSize;
19 + (id)defaultBackgroundColor;
20 - (id)initWithFrame:(struct CGRect)fp8;
21 - (BOOL)drawLabel;
22 - (struct CGRect)contentRect;
23 - (void)dealloc;
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;
31 - (id)specifierLabel;
32 - (void)drawLabelInRect:(struct CGRect)fp8;
33 - (void)drawRect:(struct CGRect)fp8;
34 - (BOOL)wantsNewButton;
35 - (void)addNewValue;
36 - (void)editMode;
37 - (void)doneEditing;
38 - (BOOL)handlesDoneButton;
39 - (BOOL)changed;
40
41 @end
42