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.
WrapSizerrepresents a C++wxWrapSizerclass 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++
wxWrapSizerclass’s documentation for more details.
Aliased Type§
pub struct WrapSizer(/* private fields */);