Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Clipboard ¶
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.
Click to show internal directories.
Click to hide internal directories.