[][src]Trait gtk::prelude::EntryCompletionExtManual

pub trait EntryCompletionExtManual: 'static {
    fn get_entry(&self) -> Option<Entry>;
}

Required methods

fn get_entry(&self) -> Option<Entry>

Gets the entry self has been attached to.

Returns

The entry self has been attached to

Loading content...

Implementors

impl<O: IsA<EntryCompletion>> EntryCompletionExtManual for O[src]

Loading content...