Struct gtk4::EntryBufferBuilder [−][src]
pub struct EntryBufferBuilder { /* fields omitted */ }
Expand description
A builder-pattern type to construct EntryBuffer
objects.
Implementations
Create a new EntryBufferBuilder
.
Build the EntryBuffer
.
The maximum length (in characters) of the text in the buffer.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for EntryBufferBuilder
impl Send for EntryBufferBuilder
impl Sync for EntryBufferBuilder
impl Unpin for EntryBufferBuilder
impl UnwindSafe for EntryBufferBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more