Home
last modified time | relevance | path

Searched refs:StyleMod (Results 1 – 1 of 1) sorted by relevance

/dports/net/termshark/termshark-2.1.1/vendor/github.com/gcla/gowid/
H A Ddecoration.go1069 type StyleMod struct { struct
1074 var _ ICellStyler = (*StyleMod)(nil)
1078 func MakeStyleMod(cur, mod ICellStyler) StyleMod {
1079 return StyleMod{cur, mod}
1084 func (a StyleMod) GetStyle(prov IRenderContext) (x IColor, y IColor, z StyleAttrs) { argument