Documentation ¶
Index ¶
- type XClient
- func (_m *XClient) ChangePropertyE(mode uint8, window x.Window, property x.Atom, type0 x.Atom, format uint8, ...) error
- func (_m *XClient) ChangeWindowEventMask(win x.Window, evMask uint32) error
- func (_m *XClient) Conn() *x.Conn
- func (_m *XClient) ConvertSelection(requestor x.Window, selection x.Atom, target x.Atom, property x.Atom, ...)
- func (_m *XClient) ConvertSelectionE(requestor x.Window, selection x.Atom, target x.Atom, property x.Atom, ...) error
- func (_m *XClient) CreateWindow() (x.Window, error)
- func (_m *XClient) DeletePropertyE(window x.Window, property x.Atom) error
- func (_m *XClient) Flush() error
- func (_m *XClient) GetAtom(name string) (x.Atom, error)
- func (_m *XClient) GetAtomName(atom x.Atom) (string, error)
- func (_m *XClient) GetProperty(delete bool, window x.Window, property x.Atom, type0 x.Atom, longOffset uint32, ...) (*x.GetPropertyReply, error)
- func (_m *XClient) GetSelectionOwner(selection x.Atom) (x.Window, error)
- func (_m *XClient) SelectSelectionInputE(window x.Window, selection x.Atom, eventMask uint32) error
- func (_m *XClient) SendEventE(propagate bool, destination x.Window, eventMask uint32, event interface{}) error
- func (_m *XClient) SetSelectionOwner(owner x.Window, selection x.Atom, time x.Timestamp)
- func (_m *XClient) SetSelectionOwnerE(owner x.Window, selection x.Atom, time x.Timestamp) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type XClient ¶
XClient is an autogenerated mock type for the XClient type
func (*XClient) ChangePropertyE ¶
func (_m *XClient) ChangePropertyE(mode uint8, window x.Window, property x.Atom, type0 x.Atom, format uint8, data []byte) error
ChangePropertyE provides a mock function with given fields: mode, window, property, type0, format, data
func (*XClient) ChangeWindowEventMask ¶
ChangeWindowEventMask provides a mock function with given fields: win, evMask
func (*XClient) ConvertSelection ¶
func (_m *XClient) ConvertSelection(requestor x.Window, selection x.Atom, target x.Atom, property x.Atom, time x.Timestamp)
ConvertSelection provides a mock function with given fields: requestor, selection, target, property, time
func (*XClient) ConvertSelectionE ¶
func (_m *XClient) ConvertSelectionE(requestor x.Window, selection x.Atom, target x.Atom, property x.Atom, time x.Timestamp) error
ConvertSelectionE provides a mock function with given fields: requestor, selection, target, property, time
func (*XClient) CreateWindow ¶
CreateWindow provides a mock function with given fields:
func (*XClient) DeletePropertyE ¶
DeletePropertyE provides a mock function with given fields: window, property
func (*XClient) GetAtomName ¶
GetAtomName provides a mock function with given fields: atom
func (*XClient) GetProperty ¶
func (_m *XClient) GetProperty(delete bool, window x.Window, property x.Atom, type0 x.Atom, longOffset uint32, longLength uint32) (*x.GetPropertyReply, error)
GetProperty provides a mock function with given fields: delete, window, property, type0, longOffset, longLength
func (*XClient) GetSelectionOwner ¶
GetSelectionOwner provides a mock function with given fields: selection
func (*XClient) SelectSelectionInputE ¶
SelectSelectionInputE provides a mock function with given fields: window, selection, eventMask
func (*XClient) SendEventE ¶
func (_m *XClient) SendEventE(propagate bool, destination x.Window, eventMask uint32, event interface{}) error
SendEventE provides a mock function with given fields: propagate, destination, eventMask, event
func (*XClient) SetSelectionOwner ¶
SetSelectionOwner provides a mock function with given fields: owner, selection, time