Vault 7: Projects

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

GFX_GOL_ObjectStateSet( pScrollBar,
GFX_GOL_SCROLLBAR_DRAW_THUMB_STATE);
// redraw the scroll bar
GFX_GOL_ObjectListDraw();
// update ctr here
ctr = "some source of value";
}
Parameters
Parameters Description
pObject pointer to the object.
position the new position of the scroll bar thumb.
Function
void GFX_GOL_ScrollBarPositionSet(
GFX_GOL_SCROLLBAR *pObject,
uint16_t position)
1.6.2.1.11.11 GFX_GOL_ScrollBarRangeGet Function
This function returns the range of the thumb of the scroll bar.
File
gfx_gol_scroll_bar.h
Syntax
uint16_t GFX_GOL_ScrollBarRangeGet(GFX_GOL_SCROLLBAR * pObject);
Returns
The range of the scroll bar.
Description
This function returns the range of the thumb of the scroll bar.
Preconditions
Object must exist in memory.
Example
GFX_GOL_SCROLLBAR *pSld;
uint16_t range;
range = GFX_GOL_ScrollBarRangeGet(pSld);
Parameters
Parameters Description
pObject pointer to the object.
Function
uint16_t GFX_GOL_ScrollBarRangeGet(
GFX_GOL_SCROLLBAR *pObject)
1.6.2.1.11.12 GFX_GOL_ScrollBarRangeSet Function
This function sets the range of the thumb of the scroll bar.
File
gfx_gol_scroll_bar.h
1.6 Library Interface MLA - Graphics Library Help Graphics Object Layer
265

e-Highlighter

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

Un-highlight all Un-highlight selectionu Highlight selectionh