Struct gspell::builders::TextViewBuilder
source · pub struct TextViewBuilder { /* private fields */ }
Expand description
A builder-pattern type to construct TextView
objects.
Implementations§
source§impl TextViewBuilder
impl TextViewBuilder
When the context menu is shown, whether to add a sub-menu to select the language for the spell checking.
sourcepub fn inline_spell_checking(self, inline_spell_checking: bool) -> Self
pub fn inline_spell_checking(self, inline_spell_checking: bool) -> Self
Whether the inline spell checking is enabled.
sourcepub fn view(self, view: &impl IsA<TextView>) -> Self
pub fn view(self, view: &impl IsA<TextView>) -> Self
The gtk::TextView
.
Auto Trait Implementations§
impl RefUnwindSafe for TextViewBuilder
impl !Send for TextViewBuilder
impl !Sync for TextViewBuilder
impl Unpin for TextViewBuilder
impl UnwindSafe for TextViewBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more