Button python

From WiCWiki

Jump to: navigation, search

Contents

Button

Inherits from Widget.

A button in the GUI.


Members

Text

Type
string
Description
The text in the button.



Methods

SetText

Syntax
import wic
wic.player.gui.Button.SetText( someText )
Description
Changes the text on the Button to someText.
Exceptions
TypeError
someText is not a string.
See also
-


Personal tools
User Created Content