Home
last modified time | relevance | path

Searched refs:textField (Results 1 – 4 of 4) sorted by relevance

/petsc/systems/Apple/iOS/examples/Basic/Classes/
H A DiphoneViewController.h12 IBOutlet UITextField *textField; variable
16 @property (nonatomic,retain) UITextField *textField;
H A DiphoneViewController.m13 @synthesize textField;
65 [textField release];
110 const char *str = [textField.text UTF8String];
/petsc/systems/Apple/iOS/examples/testopengl/Classes/
H A DiphoneViewController.h14 IBOutlet UITextField *textField; variable
20 @property (nonatomic,retain) UITextField *textField;
H A DiphoneViewController.m14 @synthesize textField;
79 [textField release];
158 const char *str = [textField.text UTF8String];