Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Window ¶
type Window interface {
NextEvent() interface{} // emits errors and events (util/uiutil/event)
Close() error
SetWindowName(string)
Image() draw.Image
PutImage(image.Rectangle) error
ResizeImage(image.Rectangle) error
SetCursor(event.Cursor)
QueryPointer() (image.Point, error)
WarpPointer(image.Point)
// copypaste
// paste func arg is called from another goroutine
GetCPPaste(event.CopyPasteIndex, func(string, error))
SetCPCopy(event.CopyPasteIndex, string) error
}
Click to show internal directories.
Click to hide internal directories.