Documentation ¶
Index ¶
Constants ¶
View Source
const ErrNoImageChosen log.ConstErr = "no image chosen"
ErrNoImageChosen indicates that an image selection was cancelled
Variables ¶
This section is empty.
Functions ¶
func OpenFileDialog ¶
OpenFileDialog uses a system file picker to get a filename from the user
Types ¶
type MenuAction ¶
type MenuAction uint32
MenuAction is an identifier for the event handling to know which menu button has been pressed.
const ( MenuNone MenuAction = iota MenuExit )
Constants for all possible menu actions.
type StopWatch ¶
type StopWatch struct {
// contains filtered or unexported fields
}
StopWatch is a time.Time with a stopping methods
func (StopWatch) StopGetNano ¶
StopGetNano returns the nanoseconds from the stopwatch start
func (StopWatch) StopRecordAverage ¶
Click to show internal directories.
Click to hide internal directories.