Struct gtk4::builders::EntryBufferBuilder
source · pub struct EntryBufferBuilder { /* private fields */ }
Expand description
A builder-pattern type to construct EntryBuffer
objects.
Implementations§
source§impl EntryBufferBuilder
impl EntryBufferBuilder
sourcepub fn max_length(self, max_length: i32) -> Self
pub fn max_length(self, max_length: i32) -> Self
The maximum length (in characters) of the text in the buffer.
sourcepub fn build(self) -> EntryBuffer
pub fn build(self) -> EntryBuffer
Build the EntryBuffer
.