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

Struct ScrollView

scrollview.go:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23type ScrollView struct {
24 WidgetBase
25 composite *Composite
26 horizontal bool
27 vertical bool
28}
29
30func NewScrollView(parent Container) (*ScrollView, error) {
31 sv := &ScrollView{horizontal: true, vertical: true}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected