TextLabel python
From WiCWiki
|
TextLabel
Inherits Widget
Members
Text
- Type
- String
- Description
- The text in the TextLabel.
Methods
SetText
- Syntax
import wic wic.player.gui.TextLabel.SetText( aTextString )
- Description
- Sets the text of the TextLabel to aTextString.
- Exceptions
- TypeError
- aTextString isn't a string.
- See also
- -
