Expand description

Exact size constraints and exact positioning properties.

§Crate

This crate is part of the zng project.

Structs§

Enums§

  • Represents the width or height property value set on a widget.

Functions§

  • P Getter property, gets the latest rendered widget inner bounds in the window space.
  • P Getter property, gets the latest rendered widget inner height.
  • P Getter property, gets the latest rendered widget inner height, in device pixels.
  • P Getter property, gets the latest rendered widget inner size.
  • P Getter property, gets the latest rendered widget inner size, in device pixels.
  • P Getter property, gets the latest rendered widget inner transform.
  • P Getter property, gets the latest rendered widget inner width.
  • P Getter property, gets the latest rendered widget inner width, in device pixels.
  • P Set or overwrite the baseline of the widget.
  • P Exact height of the widget ignoring the contextual max.
  • P Exact size of the widget ignoring the contextual max.
  • P Exact width of the widget ignoring the contextual max.
  • P Exact height of the widget.
  • P Maximum height of the widget.
  • P Maximum size of the widget.
  • P Maximum width of the widget.
  • P Minimum height of the widget.
  • P Minimum size of the widget.
  • P Minimum width of the widget.
  • P Widget layout offset.
  • P Exact size of the widget.
  • 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.
  • 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.
  • 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.
  • P Exact width of the widget.
  • P Offset on the x axis.
  • P Offset on the y axis.