Trait gtk4::subclass::entry::EntryImpl

source ·
pub trait EntryImpl: EntryImplExt + WidgetImpl {
    // Provided method
    fn activate(&self) { ... }
}

Provided Methods§

source

fn activate(&self)

Class handler for the GtkEntry::activate signal. The default implementation activates the gtk.activate-default action.

Object Safety§

This trait is not object safe.

Implementors§