MCPcopy
hub / github.com/lxn/walk / NewTableViewWithStyle

Function NewTableViewWithStyle

tableview.go:140–142  ·  view source on GitHub ↗

NewTableViewWithStyle creates and returns a *TableView as child of the specified Container and with the provided additional style bits set.

(parent Container, style uint32)

Source from the content-addressed store, hash-verified

138// NewTableViewWithStyle creates and returns a *TableView as child of the specified
139// Container and with the provided additional style bits set.
140func NewTableViewWithStyle(parent Container, style uint32) (*TableView, error) {
141 return NewTableViewWithCfg(parent, &TableViewCfg{Style: style})
142}
143
144// NewTableViewWithCfg creates and returns a *TableView as child of the specified
145// Container and with the provided additional configuration.

Callers 1

NewTableViewFunction · 0.85

Calls 1

NewTableViewWithCfgFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…