glui.style_macros

Undocumented in source.

Members

Functions

nestStyle
Style nestStyle()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixin templates

DefineStyles
mixintemplate DefineStyles(names...)

Define style fields for a node and let them be affected by themes.

Templates

makeTheme
template makeTheme(string init)

Create a new theme defined from D code given through a template argument. The code will define the default style for each node, and can use Node.(...)Add calls to define other styles within the theme.

Meta