logo
pub struct OpenButtonWidgets {
    pub open_box: Box,
    pub _gtk_button_0: Button,
    /* private fields */
}
Expand description

Widgets of the open button component

Fields

open_box: Box_gtk_button_0: Button

Trait Implementations

Returns the parent window that a dialog should use or None if no parent window should be set Read more

Initialize the UI.

Return the root widget.

Update the view to represent the updated model.

The root represents the first widget that all other widgets of this app or component are attached to. The root of the main app must be a [gtk::ApplicationWindow]. Read more

Optional method to initialize components. This is only useful if you want to attach the widgets of a component to the widgets of this model. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.