gtk4::subclass::entry

Trait 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.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§