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

Method Scrollbars

scrollview.go:78–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76}
77
78func (sv *ScrollView) Scrollbars() (horizontal, vertical bool) {
79 horizontal = sv.horizontal
80 vertical = sv.vertical
81
82 return
83}
84
85func (sv *ScrollView) SetScrollbars(horizontal, vertical bool) {
86 sv.horizontal = horizontal

Callers 2

WndProcMethod · 0.95
CreateLayoutItemMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected