Struct iup::layout::fill::Fill
[−]
[src]
pub struct Fill(_);
A void element, which dynamically occupies empty spaces always trying to expand itself.
Its parent should be an HBox
, an VBox
or a GridBox
, or else this type of expansion
will not work. If an EXPAND is set on at least one of the other children of the box,
then the fill expansion is ignored.
See the IUP Fill Documentation.