pub type StaticBox = StaticBoxIsOwned<true>;Expand description
A static box is a rectangle drawn around other windows to denote a logical grouping of items.
StaticBoxrepresents a C++wxStaticBoxclass instance which your code has ownership,StaticBoxIsOwned<false>represents one which don’t own.- Use
StaticBox’snew()orBuildable::builder()(if available) to create an instance of this class. - See C++
wxStaticBoxclass’s documentation for more details.
Aliased Type§
pub struct StaticBox(/* private fields */);