Type Alias StaticBox

Source
pub type StaticBox = StaticBoxIsOwned<true>;
Expand description

A static box is a rectangle drawn around other windows to denote a logical grouping of items.

Aliased Type§

pub struct StaticBox(/* private fields */);

Trait Implementations§