Vault 7: Projects
This publication series is about specific projects related to the Vault 7 main publication.
1.6.2.1.6.15 GFX_GOL_ListBoxItemFocusSet Function
This function sets the focus of the item with the index number specified by index.
File
gfx_gol_list_box.h
Syntax
void GFX_GOL_ListBoxItemFocusSet(GFX_GOL_LISTBOX * pObject, uint16_t index);
Returns
None.
Description
This function sets the focus of the item with the index number specified by index. First item on the list is always indexed 0.
Preconditions
Object must exist in memory.
Example
None.
Parameters
Parameters Description
pObject The pointer to the object.
index The index number of the item to be focused.
Function
void GFX_GOL_ListBoxItemFocusSet(
GFX_GOL_LISTBOX *pObject,
uint16_t index)
1.6.2.1.6.16 GFX_GOL_ListBoxItemListRemove Function
This function removes the entire items list of the list box and free the memory used.
File
gfx_gol_list_box.h
Syntax
void GFX_GOL_ListBoxItemListRemove(void * pObject);
Returns
None.
Description
This function removes the entire items list of the list box and free the memory used. The memory freed is the memory used
for the list box. The actual text or image used for the item are not removed from memory.
Preconditions
Object must exist in memory.
Example
None.
1.6 Library Interface MLA - Graphics Library Help Graphics Object Layer
214
Protego_Release_01_05-Related-OEM-Documentation-MLA_v2013_12_20-help_mla_gfx.pdf