Gtk.Entry.prototype.get_invisible_char
function get_invisible_char():String {
// Gjs wrapper for gtk_entry_get_invisible_char()
}Retrieves the character displayed in place of the real characters for entries with visibility set to false. See Gtk.set_invisible_char.
- Returns
the current invisible char, or 0, if the entry does not show invisible text at all.