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

MResizeEvent Struct Reference
[MGui Events]

Window/Object Resize Event. More...


Data Fields

int type
 Event type (E_RESIZE).

Window window
 Window which the event is directed to.

int width
 New Window/Object size.

int height
 New Window/Object size.


Detailed Description

Window/Object Resize Event.

The Window Manager uses this event to notify the program that a a given window has been resized. The value of the type field is E_RESIZE The event is processed the SHELL object and then propagated to all MGui objects inside the area that needs to be resized.

See also:
MObjectResize(), CmObject::resize


Field Documentation

int MResizeEvent::height
 

New Window/Object size.

int MResizeEvent::type
 

Event type (E_RESIZE).

int MResizeEvent::width
 

New Window/Object size.

Window MResizeEvent::window
 

Window which the event is directed to.


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