Vault 7: Projects
This publication series is about specific projects related to the Vault 7 main publication.
Parameters
Parameters Description
pObject pointer to the object.
pText pointer to the text string to be copied.
Function
GFX_XCHAR *GFX_GOL_EditBoxTextSet(
GFX_GOL_EDITBOX *pObject,
GFX_XCHAR *pText)
1.6.2.1.5 Group Box Object
Group Box is an object that can be used to group objects together in the screen.
Functions
Name Description
GFX_GOL_GroupboxActionGet This function evaluates the message from a user if the message will
affect the object or not.
GFX_GOL_GroupboxCreate This function creates a GFX_GOL_GROUPBOX 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_GroupboxDraw This function renders the object on the screen based on the current
state of the object.
GFX_GOL_GroupboxTextAlignmentGet This function returns the text alignment of the text string used by the
object.
GFX_GOL_GroupboxTextAlignmentSet This function sets the text alignment of the text string used by the
object.
GFX_GOL_GroupboxTextSet This function sets the address of the current text string used by the
object.
Macros
Name Description
GFX_GOL_GroupboxTextGet This function returns the address of the current text string used by the
object.
Description
Group Box supports only Touchscreen inputs, replying to the events with the pre-defined actions (see
GFX_GOL_GroupBoxActionGet() for details). There is no default action set function in this object. Application can create
specific responses to the system action in the message callback function.
The Group 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
194
Protego_Release_01_05-Related-OEM-Documentation-MLA_v2013_12_20-help_mla_gfx.pdf