dlangui v0.10.4 (2023-05-19T16:58:48Z)
Home
Dub
Repo
CssValue
dlangui
core
css
css length value
struct
CssValue {
int
value
;
CssValueType
type
;
this
(int px_value);
this
(CssValueType n_type, int n_value);
bool
opEqual
(CssValue v);
static const
CssValue
inherited
;
}
Constructors
this
this
(int px_value)
Undocumented in source.
this
this
(CssValueType n_type, int n_value)
Undocumented in source.
Members
Functions
opEqual
bool
opEqual
(CssValue v)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
inherited
CssValue
inherited
;
Undocumented in source.
Variables
type
CssValueType
type
;
< type of value
value
int
value
;
< value (*256 for all types except % and px)
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
css length value