Home
last modified time | relevance | path

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

/petsc/systems/Apple/iOS/examples/Basic/Classes/
H A DiphoneViewController.h13 IBOutlet UITextView *textView; variable
17 @property (nonatomic,retain) UITextView *textView;
H A DiphoneViewController.m14 @synthesize textView;
106 textView.text = @""; /* clears the UITextView */
107 …globalTextView = textView; /* we make this class member a global so can use in PetscVFPrintfiPho…
108textView.font = [UIFont fontWithName:@"Courier" size:8.0]; /* make the font size in the UITextView…
123 textView.text =@"Must start with ./ex19 or ./ex48";
/petsc/systems/Apple/iOS/examples/testopengl/Classes/
H A DiphoneViewController.h15 IBOutlet UITextView *textView; variable
21 @property (nonatomic,retain) UITextView *textView;
H A DiphoneViewController.m15 @synthesize textView;
148 textView.text = @""; /* clears the UITextView */
150 …globalTextView = textView; /* we make this class member a global so can use in PetscVFPrintfiPho…
153textView.font = [UIFont fontWithName:@"Courier" size:8.0]; /* make the font size in the UITextView…
177 textView.text =@"Must start with ./ex3, ./ex4, ./ex19 or ./ex48 ";