glui.style

Public Imports

glui.style_macros
public import glui.style_macros;

Members

Aliases

StyleKeyPtr
alias StyleKeyPtr = immutable(StyleKey)*

Node theme.

Theme
alias Theme = Style[StyleKeyPtr]
Undocumented in source.

Classes

Style
class Style

Contains a style for a node.

Functions

sideBottom
uint sideBottom(uint[4] sides)
Undocumented in source. Be warned that the author may not have intended to support it.
sideLeft
uint sideLeft(uint[4] sides)
Undocumented in source. Be warned that the author may not have intended to support it.
sideRight
uint sideRight(uint[4] sides)
Undocumented in source. Be warned that the author may not have intended to support it.
sideTop
uint sideTop(uint[4] sides)
Undocumented in source. Be warned that the author may not have intended to support it.
sideX
uint[2] sideX(uint[4] sides)
Undocumented in source. Be warned that the author may not have intended to support it.
sideY
uint[2] sideY(uint[4] sides)
Undocumented in source. Be warned that the author may not have intended to support it.
style
Style style(Data data, Style[] parents)
Style style(Style[] parents)

Create a new style initialized with given D code.

Structs

StyleKey
struct StyleKey

An empty struct used to create unique style type identifiers.

TextLine
struct TextLine

wrapText result.

Meta