DAS
3.1.6 - 18/09/2017
|
Window Move Event. More...
#include <Mguidefs.h>
Data Fields | |
int | type |
Event type (E_MOVE) More... | |
Window | window |
Window which the event is directed to. More... | |
int | x |
New Window position. More... | |
int | y |
Window Move Event.
The Window Manager uses this event to notify the program that a a given window has been moved. The type field is E_MOVE The event is processed the SHELL object only.
Definition at line 705 of file Mguidefs.h.
int MMoveEvent::type |
Event type (E_MOVE)
Definition at line 707 of file Mguidefs.h.
Window MMoveEvent::window |
Window which the event is directed to.
Definition at line 709 of file Mguidefs.h.
int MMoveEvent::x |
New Window position.
Definition at line 711 of file Mguidefs.h.
int MMoveEvent::y |
Definition at line 711 of file Mguidefs.h.