Main Page   Modules   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

MMoveEvent Struct Reference
[MGui Events]

Window Move Event. More...


Data Fields

int type
 Event type (E_MOVE).

Window window
 Window which the event is directed to.

int x
 New Window position.

int y
 New Window position.


Detailed Description

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.

See also:
MShellConfigure(), CmShell::configure


Field Documentation

int MMoveEvent::type
 

Event type (E_MOVE).

Window MMoveEvent::window
 

Window which the event is directed to.

int MMoveEvent::x
 

New Window position.

int MMoveEvent::y
 

New Window position.


Generated on Sun Jun 29 13:03:08 2003 for MGui API by doxygen1.3-rc2