Trait gtk::subclass::entry::EntryImpl

source ·
pub trait EntryImpl: EntryImplExt + WidgetImpl {
    // Provided methods
    fn populate_popup(&self, popup: &Widget) { ... }
    fn activate(&self) { ... }
}

Provided Methods§

source

fn populate_popup(&self, popup: &Widget)

source

fn activate(&self)

Implementors§