X11SelectionNotifyEvent class

Inheritance

Constructors

X11SelectionNotifyEvent(X11Atom selection, X11ResourceId requestor, X11Atom target, X11Atom property, int time)
X11SelectionNotifyEvent.fromBuffer(X11ReadBuffer buffer)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
property X11Atom
final
requestor X11ResourceId
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selection X11Atom
final
target X11Atom
final
time int
final

Methods

encode(X11WriteBuffer buffer) int
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited