|
DAS
3.1.6 - 18/09/2017
|
Object Set background image Event. More...
#include <Mguidefs.h>
Collaboration diagram for MSetBGImageEvent:Data Fields | |
| MIMAGE | img |
| Background image. More... | |
| CARD8 | mode |
| Image drawing mode (BI_TILED, BI_CENTERED, BI_SIZE_FORCING) More... | |
| int | type |
| Event type (E_SET_BG_IMAGE) More... | |
Object Set background image Event.
This event is generated by the library to set the object's background image property. The event is generated by: MObjectSetBackgroundImage(), MObjectSetBackgroundImageFile(), CmObject::setBackgroundImage, CmObject::setBackgroundImageFile
Definition at line 799 of file Mguidefs.h.
| MIMAGE MSetBGImageEvent::img |
Background image.
Definition at line 803 of file Mguidefs.h.
| CARD8 MSetBGImageEvent::mode |
Image drawing mode (BI_TILED, BI_CENTERED, BI_SIZE_FORCING)
Definition at line 805 of file Mguidefs.h.
| int MSetBGImageEvent::type |
Event type (E_SET_BG_IMAGE)
Definition at line 801 of file Mguidefs.h.
