gtk4::prelude

Trait EntryExtManual

Source
pub trait EntryExtManual:
    Sealed
    + IsA<Entry>
    + 'static {
    // Provided method
    fn invisible_char(&self) -> Option<char> { ... }
}
Expand description

Trait containing manually implemented methods of Entry.

Provided Methods§

Source

fn invisible_char(&self) -> Option<char>

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.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§