Entry.setInvisibleChar

Sets the character to use in place of the actual text in “password mode”.

See [method@Gtk.Entry.set_visibility] for how to enable “password mode”.

By default, GTK picks the best invisible char available in the current font. If you set the invisible char to 0, then the user will get no feedback at all; there will be no text on the screen as they type.

class Entry
void
setInvisibleChar
(
dchar ch
)

Parameters

ch dchar

a Unicode character

Meta