Searched refs:textView (Results 1 – 4 of 4) sorted by relevance
13 IBOutlet UITextView *textView; variable17 @property (nonatomic,retain) UITextView *textView;
14 @synthesize textView;106 textView.text = @""; /* clears the UITextView */107 …globalTextView = textView; /* we make this class member a global so can use in PetscVFPrintfiPho…108 …textView.font = [UIFont fontWithName:@"Courier" size:8.0]; /* make the font size in the UITextView…123 textView.text =@"Must start with ./ex19 or ./ex48";
15 IBOutlet UITextView *textView; variable21 @property (nonatomic,retain) UITextView *textView;
15 @synthesize textView;148 textView.text = @""; /* clears the UITextView */150 …globalTextView = textView; /* we make this class member a global so can use in PetscVFPrintfiPho…153 …textView.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 ";