Struct rustty::ui::Widget [] [src]

pub struct Widget { /* fields omitted */ }

Methods

impl Widget
[src]

Trait Implementations

impl HasSize for Widget
[src]

impl CellAccessor for Widget
[src]

Clears self, using the given Cell as a blank.

Returns a reference to the Cell at the given coordinates, or None if the index is out of bounds. Read more

Returns a mutable reference to the Cell at the given coordinates, or None if the index is out of bounds. Read more

impl HasPosition for Widget
[src]

impl Alignable for Widget
[src]