MCPcopy Create free account
hub / github.com/DEROFDN/Engram / resizeWindow

Function resizeWindow

functions.go:708–711  ·  view source on GitHub ↗

Set the window size from provided height and width

(width float32, height float32)

Source from the content-addressed store, hash-verified

706
707// Set the window size from provided height and width
708func resizeWindow(width float32, height float32) {
709 s := fyne.NewSize(width, height)
710 session.Window.Resize(s)
711}
712
713// Close the active wallet
714func closeWallet() {

Callers 9

loginFunction · 0.85
registerAccountFunction · 0.85
layoutDashboardFunction · 0.85
layoutNewAccountFunction · 0.85
layoutRestoreFunction · 0.85
layoutTransitionFunction · 0.85
layoutSettingsFunction · 0.85
layoutFrameFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected