Module tuix_internal::state[][src]

Modules

Structs

An id used to reference stored animations

An iterator for a branch of the tree tree

Contains an entity id and a mutable reference to state and can be used to set properties of a widget at build time

Iterator for iterating through the children of an entity.

An event is a wrapper around a message and provides metadata on how the event should be propagated through the tree

Iterator for iterating through the ancestors of an entity

Computed properties used for layout and drawing

The tree describes a tree of entities

Iterator for iterating through the tree from top to bottom in depth first order

Enums

The layout type determines how nodes will be positioned when directed by the parent

The position type determines whether a node will be positioned in-line with its siblings or seperate

Determines how the event propagates through the tree

Units which describe spacing and size

Traits