Trait EntryCompletionExtManual
Other items ingtk::prelude
pub trait EntryCompletionExtManual: 'static { fn entry(&self) -> Option<Entry>; }
fn entry(&self) -> Option<Entry>
Gets the entry self has been attached to.
self
The entry self has been attached to
impl<O: IsA<EntryCompletion>> EntryCompletionExtManual for O