DAS  3.1.6 - 18/09/2017
Data Fields
MResizeEvent Struct Reference

Window/Object Resize Event. More...

#include <Mguidefs.h>

+ Collaboration diagram for MResizeEvent:

Data Fields

int height
 
int type
 Event type (E_RESIZE) More...
 
int width
 New Window/Object size. More...
 
Window window
 Window which the event is directed to. More...
 

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

Definition at line 664 of file Mguidefs.h.

Field Documentation

§ height

int MResizeEvent::height

Definition at line 670 of file Mguidefs.h.

§ type

int MResizeEvent::type

Event type (E_RESIZE)

Definition at line 666 of file Mguidefs.h.

§ width

int MResizeEvent::width

New Window/Object size.

Definition at line 670 of file Mguidefs.h.

§ window

Window MResizeEvent::window

Window which the event is directed to.

Definition at line 668 of file Mguidefs.h.


The documentation for this struct was generated from the following file:
______________________________________________________________________________________
Generated on Mon Sep 18 2017 11:47:16 for DAS - Rel. 3.1.6 - 18/09/2017.