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

Window Configure Event. More...

#include <Mguidefs.h>

+ Collaboration diagram for MConfigureEvent:

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
 

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

Definition at line 683 of file Mguidefs.h.

Field Documentation

§ height

int MConfigureEvent::height

Definition at line 693 of file Mguidefs.h.

§ type

int MConfigureEvent::type

Event type (E_CONFIGURE)

Definition at line 685 of file Mguidefs.h.

§ width

int MConfigureEvent::width

New Window size.

Definition at line 693 of file Mguidefs.h.

§ window

Window MConfigureEvent::window

Window which the event is directed to.

Definition at line 687 of file Mguidefs.h.

§ x

int MConfigureEvent::x

New Window position (including decorations)

Definition at line 689 of file Mguidefs.h.

§ x_off

int MConfigureEvent::x_off

Window offset (relative to decorated parent window)

Definition at line 691 of file Mguidefs.h.

§ y

int MConfigureEvent::y

Definition at line 689 of file Mguidefs.h.

§ y_off

int MConfigureEvent::y_off

Definition at line 691 of file Mguidefs.h.


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