MCPcopy Index your code
hub / github.com/andlabs/ui / SetBorderless

Method SetBorderless

window.go:97–99  ·  view source on GitHub ↗

SetBorderless sets the Window to be borderless or not.

(borderless bool)

Source from the content-addressed store, hash-verified

95
96// SetBorderless sets the Window to be borderless or not.
97func (w *Window) SetBorderless(borderless bool) {
98 C.uiWindowSetBorderless(w.w, frombool(borderless))
99}
100
101// SetChild sets the Window's child to child. If child is nil, the Window
102// will not have a child.

Callers

nothing calls this directly

Calls 1

fromboolFunction · 0.85

Tested by

no test coverage detected