Struct gtk4::builders::EventControllerMotionBuilder
source · pub struct EventControllerMotionBuilder { /* private fields */ }
Expand description
A builder-pattern type to construct EventControllerMotion
objects.
Implementations§
source§impl EventControllerMotionBuilder
impl EventControllerMotionBuilder
sourcepub fn new() -> Self
pub fn new() -> Self
Create a new EventControllerMotionBuilder
.
sourcepub fn build(self) -> EventControllerMotion
pub fn build(self) -> EventControllerMotion
Build the EventControllerMotion
.
pub fn name(self, name: &str) -> Self
pub fn propagation_limit(self, propagation_limit: PropagationLimit) -> Self
pub fn propagation_phase(self, propagation_phase: PropagationPhase) -> Self
Trait Implementations§
source§impl Clone for EventControllerMotionBuilder
impl Clone for EventControllerMotionBuilder
source§fn clone(&self) -> EventControllerMotionBuilder
fn clone(&self) -> EventControllerMotionBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for EventControllerMotionBuilder
impl Default for EventControllerMotionBuilder
source§fn default() -> EventControllerMotionBuilder
fn default() -> EventControllerMotionBuilder
Returns the “default value” for a type. Read more