DAS
3.1.6 - 18/09/2017
|
Window Configure Event. More...
#include <Mguidefs.h>
Data Fields | |
int | height |
int | type |
Event type (E_CONFIGURE) More... | |
int | width |
New Window size. More... | |
Window | window |
Window which the event is directed to. More... | |
int | x |
New Window position (including decorations) More... | |
int | x_off |
Window offset (relative to decorated parent window) More... | |
int | y |
int | y_off |
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.
Definition at line 683 of file Mguidefs.h.
int MConfigureEvent::height |
Definition at line 693 of file Mguidefs.h.
int MConfigureEvent::type |
Event type (E_CONFIGURE)
Definition at line 685 of file Mguidefs.h.
int MConfigureEvent::width |
New Window size.
Definition at line 693 of file Mguidefs.h.
Window MConfigureEvent::window |
Window which the event is directed to.
Definition at line 687 of file Mguidefs.h.
int MConfigureEvent::x |
New Window position (including decorations)
Definition at line 689 of file Mguidefs.h.
int MConfigureEvent::x_off |
Window offset (relative to decorated parent window)
Definition at line 691 of file Mguidefs.h.
int MConfigureEvent::y |
Definition at line 689 of file Mguidefs.h.
int MConfigureEvent::y_off |
Definition at line 691 of file Mguidefs.h.