pub struct ColorDialogBuilder { /* private fields */ }Available on crate feature
v4_10 only.Expand description
A builder-pattern type to construct ColorDialog objects.
Implementations§
Source§impl ColorDialogBuilder
impl ColorDialogBuilder
pub fn modal(self, modal: bool) -> Self
pub fn title(self, title: impl Into<GString>) -> Self
pub fn with_alpha(self, with_alpha: bool) -> Self
Sourcepub fn build(self) -> ColorDialog
pub fn build(self) -> ColorDialog
Build the ColorDialog.
Auto Trait Implementations§
impl Freeze for ColorDialogBuilder
impl RefUnwindSafe for ColorDialogBuilder
impl !Send for ColorDialogBuilder
impl !Sync for ColorDialogBuilder
impl Unpin for ColorDialogBuilder
impl UnwindSafe for ColorDialogBuilder
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