Expand description
Base widget for every other widget in the crate. It contains layout-specific info, parent-child relations
visibility, various transforms, drag’n’drop-related data, etc. See Widget
docs for more info.
Structs§
- Sorting
Predicate - Sorting predicate that is used to sort widgets by some criteria.
- Widget
- Widget is a base UI element, that is always used to build derived, more complex, widgets. In general, it is a container for layout information, basic visual appearance, visibility options, parent-child information. It does almost nothing on its own, instead, the user interface modifies its state accordingly.
- Widget
Builder - Widget builder creates
Widget
instances.
Enums§
- Widget
Message - A set of messages for any kind of widgets (including user controls). These messages provides basic communication elements of the UI library.