package clipboard
import "gioui.org/io/clipboard"
Index ¶
Types ¶
type Event ¶
type Event struct { Text string }
Event is generated when the clipboard content is requested.
func (Event) ImplementsEvent ¶
func (Event) ImplementsEvent()
type ReadOp ¶
ReadOp requests the text of the clipboard, delivered to the current handler through an Event.
func (ReadOp) Add ¶
type WriteOp ¶
type WriteOp struct { Text string }
WriteOp copies Text to the clipboard.
func (WriteOp) Add ¶
Source Files ¶
clipboard.go
- Version
- v0.1.0
- Published
- Jul 1, 2023
- Platform
- darwin/amd64
- Imports
- 3 packages
- Last checked
- 54 seconds ago –
Tools for package owners.