Vault 7: Projects
This publication series is about specific projects related to the Vault 7 main publication.
GFX_GOL_ListBoxSelectionChange This function changes the selection status of the given item in the list
box.
GFX_GOL_ListBoxSelectionGet This function searches for selected items from the list box.
GFX_GOL_ListBoxVisibleItemCountGet This function returns the count of items visible in the list box.
Macros
Name Description
GFX_GOL_ListBoxItemCountGet This function returns the count of items in the list box.
GFX_GOL_ListBoxItemImageGet This function gets the image set for a list box item.
GFX_GOL_ListBoxItemImageSet This function sets the image for a list box item.
GFX_GOL_ListBoxItemListGet This function returns the pointer to the item list of the list box.
GFX_GOL_ListBoxItemSelectStatusClear This function clears the selection status of the item.
GFX_GOL_ListBoxItemSelectStatusSet This function sets the selection status of the item to selected.
GFX_GOL_ListBoxTextAlignmentGet This function returns the text alignment of the text string used by the
object.
GFX_GOL_ListBoxTextAlignmentSet This function sets the text alignment of the text string used by the object.
Description
List Box supports Keyboard and Touchscreen inputs, replying to their events with the pre-defined actions (see
GFX_GOL_ListBoxActionGet() and GFX_GOL_ListBoxActionSet() for details).
The List Box object is rendered using the assigned style scheme. The following figure illustrates the usage of the style
schemes in the object.
When creating the object, the alignment of the text of the object can be formatted with the same options that
GFX_TextStringBoxDraw() allows.
1.6.2.1.6.1 GFX_GOL_ListBoxItemCountGet Macro
This function returns the count of items in the list box.
File
gfx_gol_list_box.h
Syntax
#define GFX_GOL_ListBoxItemCountGet(pObject) \
(((GFX_GOL_LISTBOX *)pObject)->itemsNumber)
1.6 Library Interface MLA - Graphics Library Help Graphics Object Layer
201
Protego_Release_01_05-Related-OEM-Documentation-MLA_v2013_12_20-help_mla_gfx.pdf