filedialog

package
v0.5.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 15, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DialogHeight = 800
	DialogWidth  = 600
)

Variables

This section is empty.

Functions

func FileOpen

func FileOpen(name string, startLocation string, extensions []string) (string, error)

Show a file open dialog in a new window and return path

func FileSave

func FileSave(name string, startLocation string, extensions []string) (string, error)

Show a file save dialog in a new window and return path

Types

type FileDialogResult

type FileDialogResult struct {
	Path  string
	Error error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL