6 lines
107 B
Smalltalk
6 lines
107 B
Smalltalk
|
accessing
|
||
|
uiViewFor: aView
|
||
|
<gtView>
|
||
|
^ aView text
|
||
|
title: 'Character Info';
|
||
|
text: [ self printString ]
|