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 Freeze for FontDialogBuilder
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