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

Function pkguiDoFontButtonOnChanged

fontbutton.go:51–56  ·  view source on GitHub ↗

export pkguiDoFontButtonOnChanged

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

Source from the content-addressed store, hash-verified

49
50//export pkguiDoFontButtonOnChanged
51func pkguiDoFontButtonOnChanged(bb *C.uiFontButton, data unsafe.Pointer) {
52 b := ControlFromLibui(uintptr(unsafe.Pointer(bb))).(*FontButton)
53 if b.onChanged != nil {
54 b.onChanged(b)
55 }
56}

Callers

nothing calls this directly

Calls 1

ControlFromLibuiFunction · 0.85

Tested by

no test coverage detected