MCPcopy Create free account
hub / github.com/lxn/walk / CreateLayoutItem

Method CreateLayoutItem

widget.go:56–56  ·  view source on GitHub ↗

CreateLayoutItem creates and returns a new LayoutItem specific to the concrete Widget type, that carries all data and logic required to layout the Widget.

(ctx *LayoutContext)

Source from the content-addressed store, hash-verified

54 // concrete Widget type, that carries all data and logic required to layout
55 // the Widget.
56 CreateLayoutItem(ctx *LayoutContext) LayoutItem
57
58 // GraphicsEffects returns a list of WidgetGraphicsEffects that are applied to the Widget.
59 GraphicsEffects() *WidgetGraphicsEffectList

Callers 2

CreateLayoutItemMethod · 0.65
CreateLayoutItemMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected