Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CopyAtoms struct { Atom xproto.Atom `loadAtoms:"ATOM"` Primary xproto.Atom `loadAtoms:"PRIMARY"` Clipboard xproto.Atom `loadAtoms:"CLIPBOARD"` Targets xproto.Atom `loadAtoms:"TARGETS"` Utf8String xproto.Atom `loadAtoms:"UTF8_STRING"` String xproto.Atom `loadAtoms:"STRING"` Text xproto.Atom `loadAtoms:"TEXT"` TextPlain xproto.Atom `loadAtoms:"text/plain"` TextPlainCharsetUtf8 xproto.Atom `loadAtoms:"text/plain;charset=utf-8"` }
Functions ¶
This section is empty.
Types ¶
type Copy ¶
type Copy struct {
// contains filtered or unexported fields
}
func (*Copy) OnSelectionClear ¶
func (c *Copy) OnSelectionClear(ev *xproto.SelectionClearEvent)
Another application now owns the selection.
func (*Copy) OnSelectionRequest ¶
func (c *Copy) OnSelectionRequest(ev *xproto.SelectionRequestEvent) error
Another application is asking for the data
type Paste ¶
type Paste struct {
// contains filtered or unexported fields
}
func (*Paste) OnPropertyNotify ¶
func (p *Paste) OnPropertyNotify(ev *xproto.PropertyNotifyEvent)
func (*Paste) OnSelectionNotify ¶
func (p *Paste) OnSelectionNotify(ev *xproto.SelectionNotifyEvent)
Click to show internal directories.
Click to hide internal directories.