Struct gspell::builders::NavigatorTextViewBuilder
source · pub struct NavigatorTextViewBuilder { /* private fields */ }
Expand description
A builder-pattern type to construct NavigatorTextView
objects.
Implementations§
sourcepub fn view(self, view: &impl IsA<TextView>) -> Self
pub fn view(self, view: &impl IsA<TextView>) -> Self
The gtk::TextView
. The buffer is not sufficient, the view is needed to
scroll to the misspelled words.
sourcepub fn build(self) -> NavigatorTextView
pub fn build(self) -> NavigatorTextView
Build the NavigatorTextView
.
Auto Trait Implementations§
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