Trait gtk4::prelude::EntryExtManual
source · [−]pub trait EntryExtManual: 'static {
fn invisible_char(&self) -> Option<char>;
}Expand description
Trait containing manually implemented methods of Entry.
pub trait EntryExtManual: 'static {
fn invisible_char(&self) -> Option<char>;
}Trait containing manually implemented methods of Entry.