set_password_char
Description:
public void set_password_char (unichar wc)
Sets the character to use in place of the actual text in a password text actor.
If wc
is 0 the text will be displayed as it is entered in the Text actor.
Parameters:
this |
a Text
|
wc |
a Unicode character, or 0 to unset the password character
|