Trait gtk4::prelude::EntryExtManual[][src]

pub trait EntryExtManual: 'static {
    fn invisible_char(&self) -> Option<char>;
}

Required methods

Retrieves the character displayed in place of the actual text in “password mode”.

Returns

the current invisible char, or 0, if the entry does not show invisible text at all.

Implementors