Vault 7: Projects
This publication series is about specific projects related to the Vault 7 main publication.
GFX_GOL_ButtonTextSet(GFX_GOL_BUTTON[1], Label1);
Parameters
Parameters Description
pObject pointer to the object.
pText pointer to the text string to be used.
Function
GFX_XCHAR *GFX_GOL_ButtonTextSet(
GFX_GOL_BUTTON *pObject,
GFX_XCHAR *pText)
1.6.2.1.2 Check Box Object
Check Box is an object that simulates a check box on paper. Usually it is used as an option setting where the checked or
filled state means the option is enabled and the unfilled or unchecked state means the option is disabled.
Functions
Name Description
GFX_GOL_CheckBoxActionGet This function evaluates the message from a user if the message will
affect the object or not.
GFX_GOL_CheckBoxActionSet This function performs the state change of the object based on the
translated action.
GFX_GOL_CheckBoxCreate This function creates a GFX_GOL_CHECKBOX object with the
parameters given. It automatically attaches the new object into a
global linked list of objects and returns the address of the object.
GFX_GOL_CheckBoxDraw This function renders the object on the screen based on the current
state of the object.
GFX_GOL_CheckBoxTextAlignmentGet This function returns the text alignment of the text string used by the
object.
GFX_GOL_CheckBoxTextAlignmentSet This function sets the text alignment of the text string used by the
object.
GFX_GOL_CheckBoxTextSet This function sets the address of the current text string used by the
object.
Macros
Name Description
GFX_GOL_CheckBoxTextGet This function returns the address of the current text string used by the
object.
Description
Check Box supports Keyboard and Touchscreen inputs, replying to their events with the pre-defined actions (see
GFX_GOL_CheckBoxActionGet() and GFX_GOL_CheckBoxActionSet() for details).
The Check Box object is rendered using the assigned style scheme. The following figure illustrates the color assignments.
1.6 Library Interface MLA - Graphics Library Help Graphics Object Layer
169
Protego_Release_01_05-Related-OEM-Documentation-MLA_v2013_12_20-help_mla_gfx.pdf