☰
EntryCompletionExtManual
Required Methods
get_entry
Implementors
In gtk::prelude
?
Trait
gtk
::
prelude
::
EntryCompletionExtManual
source
·
[
−
]
pub trait EntryCompletionExtManual: 'static { fn
get_entry
(&self) ->
Option
<
Entry
>; }
Required Methods
source
fn
get_entry
(&self) ->
Option
<
Entry
>
Implementors
source
impl<O:
IsA
<
EntryCompletion
>>
EntryCompletionExtManual
for O