Expand description
Structs§
- Container
WBase container.
Enums§
- Child
Insert - Placement of a node inserted by the
child_insertproperty.
Statics§
- CHILD_
OUT_ SPACING_ ID - Identifies the
child_out_spacingset on the widget. - CHILD_
SPACING_ ID - Identifies the
child_spacingset on the widget.
Functions§
- child
PThe widget’s child.- child_
align PAligns the widget content within the available space.- child_
bottom PInsertnodebelow the widget’s child.- child_
end PInsertnodeto the right of the widget’s child in LTR contexts or to the right of the widget’s child in RTL contexts.- child_
insert PInsertnodein theplacementrelative to the widget’s child.- child_
left PInsertnodeto the left of the widget’s child.- child_
out_ bottom PInsertnodebelow the widget’s child, outside of the child layout.- child_
out_ end PInsertnodeto the right of the widget’s child in LTR contexts or to the right of the widget’s child in RTL contexts, outside of the child layout.- child_
out_ insert PInsertnodein theplacementrelative to the widget’s child, outside of theCHILD_LAYOUTscope, meaning outsidepadding, but still inside the widget.- child_
out_ left PInsertnodeto the left of the widget’s child, outside of the child layout.- child_
out_ over PInsertnodeover the widget’s child, not affected by child layout.- child_
out_ right PInsertnodeto the right of the widget’s child, outside of the child layout.- child_
out_ spacing PSpacing between child and child layout nodes and one of thechild_out_insertproperties.- child_
out_ start PInsertnodeto the left of the widget’s child in LTR contexts or to the right in RTL contexts, outside of the child layout.- child_
out_ top PInsertnodeabove the widget’s child, outside of the child layout.- child_
out_ under PInsertnodeunder the widget’s child, not affected by child layout.- child_
over PInsertnodeover the widget’s child.- child_
right PInsertnodeto the right of the widget’s child.- child_
spacing PSpacing betweenchildand one of thechild_insertproperties.- child_
start PInsertnodeto the left of the widget’s child in LTR contexts or to the right in RTL contexts.- child_
top PInsertnodeabove the widget’s child.- child_
under PInsertnodeunder the widget’s child.- padding
PMargin space around the content of a widget.