external

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Jul 24, 2018 License: BSD-3-Clause Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Export added in v0.5.0

func Export(machine gui.ModalStateMachine, info string, callback func(string), lastFailed bool)

Export starts an export dialog series, calling the given callback with a folder name.

func ExportAudio added in v0.5.0

func ExportAudio(machine gui.ModalStateMachine, filename string, sound audio.L8)

ExportAudio is a helper wrapper for exporting audio.

func Import added in v0.5.0

func Import(machine gui.ModalStateMachine, info string, callback func(string), lastFailed bool)

Import starts an import dialog series, calling the given callback with a file name.

func ImportAudio added in v0.5.0

func ImportAudio(machine gui.ModalStateMachine, callback func(l8 audio.L8))

ImportAudio is a helper to handle audio file import. The callback is called with the loaded audio.

Types

type Clipboard

type Clipboard interface {
	// String returns the current value of the clipboard, if it is compatible with UTF-8.
	String() (string, error)
	// SetString sets the current value of the clipboard as UTF-8 string.
	SetString(value string)
}

Clipboard represents a temporary storage.

Jump to

Keyboard shortcuts

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