fluid ~master (2024-02-07T07:38:27.1400979)
Dub
Repo
NodeParams
fluid
structs
Node core constructor parameters, to be passed from node to node.
@
safe
struct
NodeParams {
import
fluid
.
style
;
;
Layout
layout
;
Theme
theme
;
this
(Layout layout, Theme theme);
this
(Theme theme, Layout layout);
}
Constructors
this
this
(Layout layout, Theme theme)
Undocumented in source.
this
this
(Theme theme, Layout layout)
Ditto
Members
Variables
layout
Layout
layout
;
Undocumented in source.
theme
Theme
theme
;
Undocumented in source.
Meta
Source
See Implementation
fluid
structs
enums
NodeAlign
functions
layout
structs
Layout
NodeParams
Node core constructor parameters, to be passed from node to node.