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 PGetter property, gets the latest rendered widget inner bounds in the window space.- actual_
height PGetter property, gets the latest layout widget inner height.- actual_
height_ px PGetter property, gets the latest layout widget inner height, in device pixels.- actual_
size PGetter property, gets the latest layout widget inner size.- actual_
size_ px PGetter property, gets the latest layout widget inner size, in device pixels.- actual_
transform PGetter property, gets the latest rendered widget inner transform.- actual_
width PGetter property, gets the latest layout widget inner width.- actual_
width_ px PGetter property, gets the latest layout widget inner width, in device pixels.- baseline
PSet or overwrite the baseline of the widget.- force_
height PExact height of the widget ignoring the contextual max.- force_
size PExact size of the widget ignoring the contextual max.- force_
width PExact width of the widget ignoring the contextual max.- height
PExact height of the widget.- max_
height PMaximum height of the widget.- max_
size PMaximum size of the widget.- max_
width PMaximum width of the widget.- min_
height PMinimum height of the widget.- min_
size PMinimum size of the widget.- min_
width PMinimum width of the widget.- offset
PWidget layout offset.- size
PExact size of the widget.- sticky_
height PRetain 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 PRetain 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 PRetain 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
PExact width of the widget.- x
POffset on the x axis.- y
POffset on the y axis.