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

Method LibuiControl

control.go:90–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88}
89
90func (c *ControlBase) LibuiControl() uintptr {
91 return uintptr(unsafe.Pointer(c.c))
92}
93
94func (c *ControlBase) Destroy() {
95 delete(controls, c.c)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected