Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
863
func
(win *Window) Show() {
864
RunMain(
func
() {
865
C.windowShow(win.addr)
866
})
867
}
868
869
// Hide hides the window.
870
func
(win *Window) Hide() {
Callers
15
TestComponentCreateWindow
Method · 0.80
qml_test.go
File · 0.80
run
Function · 0.80
run
Function · 0.80
run
Function · 0.80
run
Function · 0.80
run
Function · 0.80
run
Function · 0.80
run
Function · 0.80
run
Function · 0.80
run
Function · 0.80
run
Function · 0.80
Calls
1
RunMain
Function · 0.85
Tested by
1
TestComponentCreateWindow
Method · 0.64