DAS
3.1.6 - 18/09/2017
|
Window/Object Resize Event. More...
#include <Mguidefs.h>
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... | |
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.
Definition at line 664 of file Mguidefs.h.
int MResizeEvent::height |
Definition at line 670 of file Mguidefs.h.
int MResizeEvent::type |
Event type (E_RESIZE)
Definition at line 666 of file Mguidefs.h.
int MResizeEvent::width |
New Window/Object size.
Definition at line 670 of file Mguidefs.h.
Window MResizeEvent::window |
Window which the event is directed to.
Definition at line 668 of file Mguidefs.h.