Expand description
Structs§
- Container
W
Base container.
Enums§
- Child
Insert - Placement of a node inserted by the
child_insert
property.
Functions§
- child
P
The widget’s child.- child_
align P
Aligns the widget content within the available space.- child_
bottom P
Insertnode
below the widget’s child.- child_
end P
Insertnode
to the right of the widget’s child in LTR contexts or to the right of the widget’s child in RTL contexts.- child_
insert P
Insertnode
in theplacement
relative to the widget’s child.- child_
left P
Insertnode
to the left of the widget’s child.- child_
out_ bottom P
Insertnode
below the widget’s child, outside of the child layout.- child_
out_ end P
Insertnode
to 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 P
Insertnode
in theplacement
relative to the widget’s child, outside of the child layout.- child_
out_ left P
Insertnode
to the left of the widget’s child, outside of the child layout.- child_
out_ over P
Insertnode
over the widget’s child, not affected by child layout.- child_
out_ right P
Insertnode
to the right of the widget’s child, outside of the child layout.- child_
out_ start P
Insertnode
to 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 P
Insertnode
above the widget’s child, outside of the child layout.- child_
out_ under P
Insertnode
under the widget’s child, not affected by child layout.- child_
over P
Insertnode
over the widget’s child.- child_
right P
Insertnode
to the right of the widget’s child.- child_
start P
Insertnode
to the left of the widget’s child in LTR contexts or to the right in RTL contexts.- child_
top P
Insertnode
above the widget’s child.- child_
under P
Insertnode
under the widget’s child.- padding
P
Margin space around the content of a widget.