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

Method toLibui

table.go:34–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32}
33
34func (p *TableTextColumnOptionalParams) toLibui() *C.uiTableTextColumnOptionalParams {
35 if p == nil {
36 return nil
37 }
38 cp := C.pkguiAllocTableTextColumnOptionalParams()
39 cp.ColorModelColumn = C.int(p.ColorModelColumn)
40 return cp
41}
42
43// TableParams defines the parameters passed to NewTable.
44type TableParams struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected