Struct gtk::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.
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 TextBufferBuilderimpl !Send for TextBufferBuilderimpl !Sync for TextBufferBuilderimpl Unpin for TextBufferBuilderimpl UnwindSafe for TextBufferBuilderBlanket Implementations
Mutably borrows from an owned value. Read more