MCPcopy
hub / github.com/g3n/engine / SetScrollbarInterlocking

Method SetScrollbarInterlocking

gui/scroller.go:126–130  ·  view source on GitHub ↗

SetScrollbarInterlocking sets the scrollbar interlocking mode

(interlocking ScrollbarInterlocking)

Source from the content-addressed store, hash-verified

124
125// SetScrollbarInterlocking sets the scrollbar interlocking mode
126func (s *Scroller) SetScrollbarInterlocking(interlocking ScrollbarInterlocking) {
127
128 s.style.ScrollbarInterlocking = interlocking
129 s.Update()
130}
131
132// ScrollbarInterlocking returns the current scrollbar interlocking mode
133func (s *Scroller) ScrollbarInterlocking() ScrollbarInterlocking {

Callers

nothing calls this directly

Calls 1

UpdateMethod · 0.95

Tested by

no test coverage detected