MCPcopy Create free account
hub / github.com/andlabs/ui / pkguiDoColorButtonOnChanged

Function pkguiDoColorButtonOnChanged

colorbutton.go:57–62  ·  view source on GitHub ↗

export pkguiDoColorButtonOnChanged

(bb *C.uiColorButton, data unsafe.Pointer)

Source from the content-addressed store, hash-verified

55
56//export pkguiDoColorButtonOnChanged
57func pkguiDoColorButtonOnChanged(bb *C.uiColorButton, data unsafe.Pointer) {
58 b := ControlFromLibui(uintptr(unsafe.Pointer(bb))).(*ColorButton)
59 if b.onChanged != nil {
60 b.onChanged(b)
61 }
62}

Callers

nothing calls this directly

Calls 1

ControlFromLibuiFunction · 0.85

Tested by

no test coverage detected