pub type StaticBox = StaticBoxIsOwned<true>;
Expand description
A static box is a rectangle drawn around other windows to denote a logical grouping of items.
StaticBox
represents a C++wxStaticBox
class 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++
wxStaticBox
class’s documentation for more details.
Aliased Type§
pub struct StaticBox(/* private fields */);