wMoveEvent

These events are generated by wWindow when the window is moved or about to move.

Superclass:wEvent
Seealso:wWindow
Events:
wMoveEventDescription
wEvent_MoveWindow is moved.
wEvent_MovingWindow is moving.
wEvent_DraggingWindow is dragging by user. This event can be vetoed.

Consts

wEvent_Move = 0x00000003
wEvent_Moving = 0x00000216
wEvent_Dragging = 32787'i32

Methods

method getPosition(self: wMoveEvent): wPoint {...}{.raises: [], tags: [].}
Returns the entire size of the window generating the size change event.
method setPosition(self: wMoveEvent; x: int; y: int) {...}{.raises: [], tags: [].}
method setPosition(self: wMoveEvent; pos: wPoint) {...}{.raises: [], tags: [].}