Module gui

Module gui 

Source
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 ๐Ÿ”’