Struct gtk4::builders::PasswordEntryBufferBuilder
source · pub struct PasswordEntryBufferBuilder { /* private fields */ }
Available on crate feature
v4_4
only.Expand description
A builder-pattern type to construct PasswordEntryBuffer
objects.
Implementations§
source§impl PasswordEntryBufferBuilder
impl PasswordEntryBufferBuilder
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) -> PasswordEntryBuffer
pub fn build(self) -> PasswordEntryBuffer
Build the PasswordEntryBuffer
.