MCPcopy Create free account
hub / github.com/andlabs/ui / SaveFile

Function SaveFile

stddialogs.go:26–33  ·  view source on GitHub ↗
(w *Window)

Source from the content-addressed store, hash-verified

24}
25
26func SaveFile(w *Window) string {
27 cname := C.uiSaveFile(w.w)
28 if cname == nil {
29 return ""
30 }
31 defer C.uiFreeText(cname)
32 return C.GoString(cname)
33}
34
35func MsgBox(w *Window, title string, description string) {
36 ctitle := C.CString(title)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected