Versions in this module Expand all Collapse all v1 v1.4.1 Jan 15, 2025 v1.4.0 Jan 13, 2025 v0 v0.0.3 Jan 13, 2025 v0.0.1 Jan 10, 2025 Changes in this version + var Baseline = _l.Baseline + var End = _l.End + var Exact = _l.Exact + var Horizontal = _l.Horizontal + var LongPressDuration time.Duration = 250 * time.Millisecond + var Middle = _l.Middle + var Pt = _i.Pt + var SpaceAround = _l.SpaceAround + var SpaceBetween = _l.SpaceBetween + var SpaceEnd = _l.SpaceEnd + var SpaceEvenly = _l.SpaceEvenly + var SpaceSides = _l.SpaceSides + var SpaceStart = _l.SpaceStart + var Start = _l.Start + var Vertical = _l.Vertical + type Alignment = _l.Alignment + type Axis = _l.Axis + type Constraints = _l.Constraints + type Dim = _l.Dimensions + type Dp = _u.Dp + type Event struct + ClickData gesture.ClickEvent + Type EventType + type EventType uint8 + const Click + const Hover + const LongPress + const Unhover + type Gx = _l.Context + type InteractiveSpan struct + func (i *InteractiveSpan) Content() (string, map[string]interface{}) + func (i *InteractiveSpan) Get(key string) interface{} + func (i *InteractiveSpan) Layout(g Gx) Dim + func (i *InteractiveSpan) Update(g Gx) (Event, bool) + type InteractiveText struct + Spans []InteractiveSpan + func (i *InteractiveText) Update(g Gx) (*InteractiveSpan, Event, bool) + type List = _l.List + type Point = _i.Point + type Sp = _u.Sp + type Spacing = _l.Spacing + type SpanStyle struct + Color color.NRGBA + Content string + Font font.Font + Interactive bool + Size Sp + func (ss *SpanStyle) Set(key string, value interface{}) + func (ss SpanStyle) DeepCopy() SpanStyle + type TextStyle struct + Alignment text.Alignment + State *InteractiveText + Styles []SpanStyle + WrapPolicy styledtext.WrapPolicy + func Text(state *InteractiveText, shaper *text.Shaper, styles ...SpanStyle) TextStyle + func (t TextStyle) Layout(g Gx) Dim + type Widget = _l.Widget