pub struct ButtonBar { /* private fields */ }
Expand description

Creates a row of buttons.

Implementations

Create a new grid containing a row of buttons. The buttons will be labeled with the strings provided in buttons.

  • buttons - A list of strings to use as button labels.

Return the array of buttons contained by the grid.

Trait Implementations

Return newtComponent pointer.

Executes the destructor for this type. 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.

Allow the Widget to be focused when its parent Form is run. Read more

Get the position of the Widget’s top left corner. Read more

Get the Widget’s width and height. Read more