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

Method Borderless

window.go:92–94  ·  view source on GitHub ↗

Borderless returns whether the Window is borderless.

()

Source from the content-addressed store, hash-verified

90
91// Borderless returns whether the Window is borderless.
92func (w *Window) Borderless() bool {
93 return tobool(C.uiWindowBorderless(w.w))
94}
95
96// SetBorderless sets the Window to be borderless or not.
97func (w *Window) SetBorderless(borderless bool) {

Callers

nothing calls this directly

Calls 1

toboolFunction · 0.85

Tested by

no test coverage detected