Vault 7: Projects

This publication series is about specific projects related to the Vault 7 main publication.

File
gfx_gol_list_box.h
Syntax
#define GFX_GOL_ListBoxItemSelectStatusSet(pObject, pItem) \
\
if(!(pItem->status & GFX_GOL_LISTBOX_ITEM_STATUS_SELECTED)) \
GFX_GOL_ListBoxSelectionChange((LISTBOX *)pObject, pItem);
Returns
None.
Description
This function sets the selection status of the item to selected.
Preconditions
Object must exist in memory.
Example
None.
Parameters
Parameters Description
pObject The pointer to the object.
pItem The pointer the item that will have the selected status set to
selected.
Function
void GFX_GOL_ListBoxItemSelectStatusSet(
GFX_GOL_LISTBOX *pObject,
GFX_GOL_LISTITEM *pItem)
1.6.2.1.6.7 GFX_GOL_ListBoxTextAlignmentGet Macro
This function returns the text alignment of the text string used by the object.
File
gfx_gol_list_box.h
Syntax
#define GFX_GOL_ListBoxTextAlignmentGet(pObject) \
(((GFX_GOL_LISTBOX *)pObject)->alignment)
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.
1.6 Library Interface MLA - Graphics Library Help Graphics Object Layer
205

e-Highlighter

Click to send permalink to address bar, or right-click to copy permalink.

Un-highlight all Un-highlight selectionu Highlight selectionh