|
From: Vos, J. R. <jv...@an...> - 2003-07-16 14:20:42
|
The TextDisplay has getSize() which would seem to be the function to get the displayed size of the display (specifically I would think of the box around it), the getSize returns the height and width field. Is there a reason that the TextDisplay has the height and width field, but when drawDisplay runs it creates its own height and width variables and never stores those into the actual display? I would imagine this would be so that you can set custom box sizes, but it doesn't appear to me that drawDisplay ever references the two fields, even indirectly. =20 Jerry Vos ANL |