MCPcopy
hub / github.com/go-qml/qml / Show

Method Show

qml.go:863–867  ·  view source on GitHub ↗

Show exposes the window.

()

Source from the content-addressed store, hash-verified

861
862// Show exposes the window.
863func (win *Window) Show() {
864 RunMain(func() {
865 C.windowShow(win.addr)
866 })
867}
868
869// Hide hides the window.
870func (win *Window) Hide() {

Callers 15

qml_test.goFile · 0.80
runFunction · 0.80
runFunction · 0.80
runFunction · 0.80
runFunction · 0.80
runFunction · 0.80
runFunction · 0.80
runFunction · 0.80
runFunction · 0.80
runFunction · 0.80
runFunction · 0.80

Calls 1

RunMainFunction · 0.85

Tested by 1