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 (including decorations).

int y
 New Window position (including decorations).

int x_off
 Window offset (relative to decorated parent window).

int y_off
 Window offset (relative to decorated parent window).

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 (including decorations).

int MConfigureEvent::x_off
 

Window offset (relative to decorated parent window).

int MConfigureEvent::y
 

New Window position (including decorations).

int MConfigureEvent::y_off
 

Window offset (relative to decorated parent window).


Generated on Sun Aug 17 17:29:27 2003 for MGui API by doxygen1.3-rc2