Struct gtk4::builders::AlertDialogBuilder
source · pub struct AlertDialogBuilder { /* private fields */ }
Available on crate feature
v4_10
only.Expand description
A builder-pattern type to construct AlertDialog
objects.
Implementations§
Trait Implementations§
source§impl Clone for AlertDialogBuilder
impl Clone for AlertDialogBuilder
source§fn clone(&self) -> AlertDialogBuilder
fn clone(&self) -> AlertDialogBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for AlertDialogBuilder
impl Default for AlertDialogBuilder
source§fn default() -> AlertDialogBuilder
fn default() -> AlertDialogBuilder
Returns the “default value” for a type. Read more