dlangui v0.10.0 (2022-11-08T19:06:33Z)
Home
Dub
Repo
CssDeclItem
dlangui
core
css
Undocumented in source.
struct
CssDeclItem {
CssDeclType
type
;
union
__anonymous
;
string
str
;
void
apply
(CssStyle style);
}
Members
Functions
apply
void
apply
(CssStyle style)
Undocumented in source. Be warned that the author may not have intended to support it.
Unions
__anonymous
union
__anonymous
Undocumented in source.
Variables
str
string
str
;
Undocumented in source.
type
CssDeclType
type
;
Undocumented in source.
Meta
Source
See Implementation
dlangui
core
css
classes
CssDeclaration
CssSelector
CssSelectorRule
CssStyle
StyleSheet
enums
CssDeclType
CssDisplay
CssFontFamily
CssFontStyle
CssFontWeight
CssHyphenate
CssListStylePosition
CssListStyleType
CssPageBreak
CssSelectorRuleType
CssTextAlign
CssTextDecoration
CssValueType
CssVerticalAlign
CssWhiteSpace
structs
CssDeclItem
CssValue