MCPcopy Create free account
hub / github.com/cogentcore/core / focusNext

Method focusNext

core/widgetevents.go:527–532  ·  view source on GitHub ↗

focusNext moves the focus onto the next item

()

Source from the content-addressed store, hash-verified

525
526// focusNext moves the focus onto the next item
527func (wb *WidgetBase) focusNext() {
528 em := wb.Events()
529 if em != nil {
530 em.focusNext()
531 }
532}
533
534// focusPrev moves the focus onto the previous item
535func (wb *WidgetBase) focusPrev() {

Callers

nothing calls this directly

Calls 1

EventsMethod · 0.95

Tested by

no test coverage detected