Struct gtk4::TextBufferBuilder [−][src]
pub struct TextBufferBuilder { /* fields omitted */ }
Expand description
A builder-pattern type to construct TextBuffer
objects.
Implementations
Create a new TextBufferBuilder
.
Build the TextBuffer
.
Denotes if support for undoing and redoing changes to the buffer is allowed.
The GtkTextTagTable for the buffer.
The text content of the buffer.
Without child widgets and images,
see TextBufferExt::text()
for more information.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for TextBufferBuilder
impl !Send for TextBufferBuilder
impl !Sync for TextBufferBuilder
impl Unpin for TextBufferBuilder
impl UnwindSafe for TextBufferBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more