Vault 7: Projects
This publication series is about specific projects related to the Vault 7 main publication.
Normally, application will just call GFX_GOL_ObjectListDraw() to allow the Graphics Library to manage all object rendering.
See GFX_GOL_ObjectListDraw() for more information on object rendering.
Preconditions
Object must exist in memory.
Example
None.
Parameters
Parameters Description
pObject Pointer to the object.
Function
GFX_STATUS GFX_GOL_CheckBoxDraw(void *pObject)
1.6.2.1.2.6 GFX_GOL_CheckBoxTextAlignmentGet Function
This function returns the text alignment of the text string used by the object.
File
gfx_gol_check_box.h
Syntax
GFX_ALIGNMENT GFX_GOL_CheckBoxTextAlignmentGet(GFX_GOL_CHECKBOX * pObject);
Returns
The text alignment set in the object. See GFX_ALIGNMENT for more details.
Description
This function returns the text alignment of the text string used by the object.
Preconditions
Object must exist in memory.
Example
None.
Parameters
Parameters Description
pObject pointer to the object.
Function
GFX_ALIGNMENT GFX_GOL_CheckBoxTextAlignmentGet(
GFX_GOL_CHECKBOX *pObject)
1.6.2.1.2.7 GFX_GOL_CheckBoxTextAlignmentSet Function
This function sets the text alignment of the text string used by the object.
File
gfx_gol_check_box.h
Syntax
void GFX_GOL_CheckBoxTextAlignmentSet(GFX_GOL_CHECKBOX * pObject, GFX_ALIGNMENT align);
Returns
None.
1.6 Library Interface MLA - Graphics Library Help Graphics Object Layer
175
Protego_Release_01_05-Related-OEM-Documentation-MLA_v2013_12_20-help_mla_gfx.pdf