pub type WrapSizer = WrapSizerIsOwned<true>;
Expand description
A wrap sizer lays out its items in a single line, like a box sizer as long as there is space available in that direction.
WrapSizer
represents a C++wxWrapSizer
class instance which your code has ownership,WrapSizerIsOwned
<false>
represents one which don’t own.- Use
WrapSizer
’snew()
orBuildable::builder()
(if available) to create an instance of this class. - See C++
wxWrapSizer
class’s documentation for more details.
Aliased Type§
pub struct WrapSizer(/* private fields */);