Struct gtk4::ShortcutControllerBuilder [−][src]
pub struct ShortcutControllerBuilder { /* fields omitted */ }
Expand description
A builder-pattern type to construct ShortcutController
objects.
Implementations
Create a new ShortcutControllerBuilder
.
Build the ShortcutController
.
The modifiers that need to be pressed to allow mnemonics activation.
What scope the shortcuts will be handled in.
The name for this controller, typically used for debugging purposes.
The limit for which events this controller will handle.
The propagation phase at which this controller will handle events.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ShortcutControllerBuilder
impl !Send for ShortcutControllerBuilder
impl !Sync for ShortcutControllerBuilder
impl Unpin for ShortcutControllerBuilder
impl UnwindSafe for ShortcutControllerBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more