Expand description
Structs§
- WIDGET_
SIZE - Exact size property info.
Enums§
- Widget
Length - Represents the width or height property value set on a widget.
Functions§
- actual_
bounds P
Getter property, gets the latest rendered widget inner bounds in the window space.- actual_
height P
Getter property, gets the latest rendered widget inner height.- actual_
height_ px P
Getter property, gets the latest rendered widget inner height, in device pixels.- actual_
size P
Getter property, gets the latest rendered widget inner size.- actual_
size_ px P
Getter property, gets the latest rendered widget inner size, in device pixels.- actual_
transform P
Getter property, gets the latest rendered widget inner transform.- actual_
width P
Getter property, gets the latest rendered widget inner width.- actual_
width_ px P
Getter property, gets the latest rendered widget inner width, in device pixels.- baseline
P
Set or overwrite the baseline of the widget.- force_
height P
Exact height of the widget ignoring the contextual max.- force_
size P
Exact size of the widget ignoring the contextual max.- force_
width P
Exact width of the widget ignoring the contextual max.- height
P
Exact height of the widget.- max_
height P
Maximum height of the widget.- max_
size P
Maximum size of the widget.- max_
width P
Maximum width of the widget.- min_
height P
Minimum height of the widget.- min_
size P
Minimum size of the widget.- min_
width P
Minimum width of the widget.- offset
P
Widget layout offset.- size
P
Exact size of the widget.- sticky_
height P
Retain the widget’s previous height if the new layout height is smaller. The widget is layout using its previous height as the minimum height constrain.- sticky_
size P
Retain the widget’s previous size if the new layout size is smaller. The widget is layout using its previous size as the minimum size constrain.- sticky_
width P
Retain the widget’s previous width if the new layout width is smaller. The widget is layout using its previous width as the minimum width constrain.- width
P
Exact width of the widget.- x
P
Offset on the x axis.- y
P
Offset on the y axis.