Struct gtk4::builders::FontDialogBuilder
source · pub struct FontDialogBuilder { /* private fields */ }
Available on crate feature
v4_10
only.Expand description
A builder-pattern type to construct FontDialog
objects.
Implementations§
source§impl FontDialogBuilder
impl FontDialogBuilder
pub fn filter(self, filter: &impl IsA<Filter>) -> Self
pub fn font_map(self, font_map: &impl IsA<FontMap>) -> Self
pub fn language(self, language: &Language) -> Self
pub fn modal(self, modal: bool) -> Self
pub fn title(self, title: impl Into<GString>) -> Self
sourcepub fn build(self) -> FontDialog
pub fn build(self) -> FontDialog
Build the FontDialog
.
Auto Trait Implementations§
impl RefUnwindSafe for FontDialogBuilder
impl !Send for FontDialogBuilder
impl !Sync for FontDialogBuilder
impl Unpin for FontDialogBuilder
impl UnwindSafe for FontDialogBuilder
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