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

MConfigureEvent Struct Reference
[MGui Events]

Window Configure Event. More...


Data Fields

int type
 Event type (E_CONFIGURE).

Window window
 Window which the event is directed to.

int x
 New Window position.

int y
 New Window position.

int width
 New Window size.

int height
 New Window size.


Detailed Description

Window Configure Event.

The Window Manager uses this event to notify the program that a a given window has been resized and/or moved. The type field is E_CONFIGURE The event is processed the SHELL object only.

See also:
MShellConfigure(), CmShell::configure


Field Documentation

int MConfigureEvent::height
 

New Window size.

int MConfigureEvent::type
 

Event type (E_CONFIGURE).

int MConfigureEvent::width
 

New Window size.

Window MConfigureEvent::window
 

Window which the event is directed to.

int MConfigureEvent::x
 

New Window position.

int MConfigureEvent::y
 

New Window position.


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