Vault 7: Projects
This publication series is about specific projects related to the Vault 7 main publication.
Description
This function sets 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.
align The alignment set for the text in the object. See
GFX_ALIGNMENT for more details.
Function
void GFX_GOL_CheckBoxTextAlignmentSet(
GFX_GOL_CHECKBOX *pObject,
GFX_ALIGNMENT align)
1.6.2.1.2.8 GFX_GOL_CheckBoxTextSet Function
This function sets the address of the current text string used by the object.
File
gfx_gol_check_box.h
Syntax
void GFX_GOL_CheckBoxTextSet(GFX_GOL_CHECKBOX * pObject, GFX_XCHAR * pText);
Returns
None.
Description
This function sets the address of the current text string used by the object.
Preconditions
Object must exist in memory.
Example
GFX_XCHAR Label0[] = “Enabled―;
GFX_XCHAR Label1[] = “Disabled―;
GFX_GOL_CHECKBOX GFX_GOL_CHECKBOX[2];
GFX_GOL_CheckBoxTextSet(GFX_GOL_CHECKBOX[0], Label0);
GFX_GOL_CheckBoxTextSet(GFX_GOL_CHECKBOX[1], Label1);
Parameters
Parameters Description
pObject pointer to the object.
pText pointer to the text string to be used.
Function
GFX_XCHAR *GFX_GOL_CheckBoxTextSet(
GFX_GOL_CHECKBOX *pObject,
GFX_XCHAR *pText)
1.6 Library Interface MLA - Graphics Library Help Graphics Object Layer
176
Protego_Release_01_05-Related-OEM-Documentation-MLA_v2013_12_20-help_mla_gfx.pdf