X11ConfigureRequestEvent class

Inheritance

Constructors

X11ConfigureRequestEvent(X11ResourceId window, X11Rectangle geometry, {required int stackMode, required X11ResourceId parent, required X11ResourceId sibling, required int borderWidth, required int valueMask})
X11ConfigureRequestEvent.fromBuffer(X11ReadBuffer buffer)
factory

Properties

borderWidth int
final
geometry X11Rectangle
final
hashCode int
The hash code for this object.
no setterinherited
parent X11ResourceId
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sibling X11ResourceId
final
stackMode int
final
valueMask int
final
window X11ResourceId
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