ui

package
v0.0.0-...-4ee4993 Latest Latest
Warning

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

Go to latest
Published: Aug 5, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Clipboard

type Clipboard interface {
	Copy(text string) error
}

Clipboard provides a means of instructing the main process to copy some text to the system clipboard

type DirectoryDialog

type DirectoryDialog interface {
	Choose(initialDirectory string) (chosenDirectory string, err error)
}

DirectoryDialog instructs the main process to run an "open directory" dialog.

Jump to

Keyboard shortcuts

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