MCPcopy
hub / github.com/lxn/walk / WidgetBase

Struct WidgetBase

widget.go:93–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93type WidgetBase struct {
94 WindowBase
95 geometry Geometry
96 parent Container
97 toolTipTextProperty Property
98 toolTipTextChangedPublisher EventPublisher
99 graphicsEffects *WidgetGraphicsEffectList
100 alignment Alignment2D
101 alwaysConsumeSpace bool
102}
103
104// InitWidget initializes a Widget.
105func InitWidget(widget Widget, parent Window, className string, style, exStyle uint32) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected