Expand description
Types and functions related to .gui file processing
Re-exportsยง
pub use self::block::GuiBlock;pub use self::block::GuiBlockFrom;pub use self::builtins::BuiltinWidget;pub use self::categories::GuiCategories;pub use self::properties::GuiValidation;pub use self::properties::PropertyContainer;pub use self::properties::WidgetProperty;pub use self::validate::validate_datatype_field;
Modulesยง
- block ๐
- builtins ๐
- categories ๐
- Categories bind containers and properties together. A property can be inside a container if it shares a category with that container.
- properties ๐
- validate ๐