Main Page   Modules   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

MSetSensitivity Struct Reference
[MGui Events]

Object Set Sensitivity Event. More...


Data Fields

int type
 Event type (E_SET_SENS, E_SET_PARENT_SENS).

int sensitive
 Boolean flag representing the new sensitivity status.


Detailed Description

Object Set Sensitivity Event.

This event is generated by the library to notify an object that its sensitivity status need to be changed. The event is generated by one any of the following functions/methods: MObjectSetSensitive(), MObjectSetUnsensitive(), MObjectSetSensitivity(), CmObject::setSensitive, CmObject::setUnsensitive, CmObject::setSensitivity. The value for the type field is set initially to E_SET_SENS. If the addressed object is a container (SHELL or FORM) then the object notifies all its children that its sensitivity has changed. In this case, the type field is set to E_SET_PARENT_SENS.


Field Documentation

int MSetSensitivity::sensitive
 

Boolean flag representing the new sensitivity status.

int MSetSensitivity::type
 

Event type (E_SET_SENS, E_SET_PARENT_SENS).


Generated on Sun Jun 29 13:03:08 2003 for MGui API by doxygen1.3-rc2