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

Method update

gui/list.go:445–451  ·  view source on GitHub ↗

update updates the visual state the list and its items

()

Source from the content-addressed store, hash-verified

443
444// update updates the visual state the list and its items
445func (li *List) update() {
446
447 // Update the list items styles
448 for _, item := range li.items {
449 item.(*ListItem).update()
450 }
451}
452
453//
454// ListItem methods

Callers 9

initializeMethod · 0.95
SetStylesMethod · 0.95
SetSelectedMethod · 0.95
SelectPosMethod · 0.95
selNextMethod · 0.95
selPrevMethod · 0.95
setSelectionMethod · 0.95
SetItemPadLeftAtMethod · 0.45
newListItemFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected