declui.core

Contains the core Component class. This class will adapt itself at compile-time to a given DUI script.

Members

Classes

Component
class Component(string file)

This class will parse a DUI file and automatically create a user interface based on that DUI file.

ComponentFromTag
class ComponentFromTag(Tag tag)

This class will create a component from a Tag tree.

Meta