Struct gtk4::TextMarkBuilder [−][src]
pub struct TextMarkBuilder { /* fields omitted */ }
Expand description
A builder-pattern type to construct TextMark
objects.
Implementations
Create a new TextMarkBuilder
.
Whether the mark has left gravity.
When text is inserted at the mark’s current location, if the mark has left gravity it will be moved to the left of the newly-inserted text, otherwise to the right.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for TextMarkBuilder
impl Send for TextMarkBuilder
impl Sync for TextMarkBuilder
impl Unpin for TextMarkBuilder
impl UnwindSafe for TextMarkBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more