pub struct AlertWidgets {
pub gtk_window_12: Window,
pub message_area: Box,
pub gtk_label_1: Label,
pub gtk_label_2: Label,
pub confirm_label: Button,
pub gtk_label_4: Label,
pub gtk_box_6: Box,
pub cancel_label: Button,
pub gtk_box_8: Box,
pub option_label: Button,
}Expand description
Widgets of the alert dialog component.
Fields§
§gtk_window_12: Window§message_area: Box§gtk_label_1: Label§gtk_label_2: Label§confirm_label: Button§gtk_label_4: Label§gtk_box_6: Box§cancel_label: Button§gtk_box_8: Box§option_label: ButtonTrait Implementations§
Auto Trait Implementations§
impl Freeze for AlertWidgets
impl RefUnwindSafe for AlertWidgets
impl !Send for AlertWidgets
impl !Sync for AlertWidgets
impl Unpin for AlertWidgets
impl UnwindSafe for AlertWidgets
Blanket Implementations§
Source§impl<C> AsyncPosition<()> for C
impl<C> AsyncPosition<()> for C
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