Vault 7: Projects
This publication series is about specific projects related to the Vault 7 main publication.
// assume pScrollBar is initialized to a scroll bar in memory
page = GFX_GOL_ScrollBarPageGet(pScrollBar);
Parameters
Parameters Description
pObject pointer to the object.
Function
uint16_t GFX_GOL_ScrollBarPageGet(
GFX_GOL_SCROLLBAR *pObject)
1.6.2.1.11.6 GFX_GOL_ScrollBarPageSet Function
This function sets the page size of the object.
File
gfx_gol_scroll_bar.h
Syntax
void GFX_GOL_ScrollBarPageSet(GFX_GOL_SCROLLBAR * pObject, uint16_t page);
Returns
None.
Description
This function sets the page size of the object. Page size defines the delta change of the thumb position when incremented
via GFX_GOL_ScrollBarPositionIncrement() or decremented via GFX_GOL_ScrollBarPositionDecrement(). Page size
minimum value is 1. Maximum value is range/2.
Modifying the page size at run time may require a redraw of the object to show the visual effect of the change.
Preconditions
Object must exist in memory.
Example
See GFX_GOL_ScrollBarPositionIncrement() for code example.
Parameters
Parameters Description
pObject pointer to the object.
page value of the page size of the object.
Function
void GFX_GOL_ScrollBarPageSet(
GFX_GOL_SCROLLBAR *pObject,
uint16_t page)
1.6.2.1.11.7 GFX_GOL_ScrollBarPositionDecrement Function
This function decrements the scroll bar position by the delta change (page) value set.
File
gfx_gol_scroll_bar.h
Syntax
void GFX_GOL_ScrollBarPositionDecrement(GFX_GOL_SCROLLBAR * pObject);
1.6 Library Interface MLA - Graphics Library Help Graphics Object Layer
261
Protego_Release_01_05-Related-OEM-Documentation-MLA_v2013_12_20-help_mla_gfx.pdf