Module pax_kit::core

source ·

Modules§

Structs§

  • A blank component, roughly an alias for , used in cases where a dummy or placeholder is needed (e.g. within designer)
  • A primitive that gathers children underneath a single render node with a shared base transform, like [Group], except Frame has the option of clipping rendering outside of its bounds.
  • Gathers a set of children underneath a single render node: useful for composing transforms and simplifying render trees.
  • An Image (decoded by chassis), drawn to the bounds specified by size, transformed by transform
  • A combination of a clipping area (nearly identical to a Frame,) and an inner panel that can be scrolled on zero or more axes. Scroller coordinates with each chassis to create native scrolling containers, which pass native scroll events back to Engine. In turn, Scroller translates its children to reflect the current scroll position. When both scrolling axes are disabled, Scroller acts exactly like a Frame, with a possibly- transformed Group surrounding its contents.
  • A scrolling container for arbitrary content.
  • Renders text in a platform-native way

Enums§

Functions§