|
DAS
3.1.6 - 18/09/2017
|
Window/Object Expose Event. More...
#include <Mguidefs.h>
Collaboration diagram for MExposeEvent:Data Fields | |
| int | height |
| int | parent_drawn |
| Flag stating whether the parent object has already drawn itself. More... | |
| int | type |
| Event type (E_EXPOSE) More... | |
| int | width |
| Size of the area to redraw. More... | |
| Window | window |
| Window which the event is directed to. More... | |
| int | x |
| coordinates of the upper left corner of the area to redraw More... | |
| int | x_off |
| offset of the area to redraw More... | |
| int | y |
| int | y_off |
Window/Object Expose Event.
The Window Manager uses this event to notify the program that a portion of a given window needs to be redrawn. The value of the type field is E_EXPOSE The event is processed the SHELL object and then propagated to all MGui objects inside the area that needs to be redrawn.
Definition at line 638 of file Mguidefs.h.
| int MExposeEvent::height |
Definition at line 648 of file Mguidefs.h.
| int MExposeEvent::parent_drawn |
Flag stating whether the parent object has already drawn itself.
Definition at line 650 of file Mguidefs.h.
| int MExposeEvent::type |
Event type (E_EXPOSE)
Definition at line 640 of file Mguidefs.h.
| int MExposeEvent::width |
Size of the area to redraw.
Definition at line 648 of file Mguidefs.h.
| Window MExposeEvent::window |
Window which the event is directed to.
Definition at line 642 of file Mguidefs.h.
| int MExposeEvent::x |
coordinates of the upper left corner of the area to redraw
Definition at line 646 of file Mguidefs.h.
| int MExposeEvent::x_off |
offset of the area to redraw
Definition at line 644 of file Mguidefs.h.
| int MExposeEvent::y |
Definition at line 646 of file Mguidefs.h.
| int MExposeEvent::y_off |
Definition at line 644 of file Mguidefs.h.
