SldGetPage Macro From Microchip Graphics Library previous page next page Microchip Graphics Library Contents | Index | Home Previous | Up | Next SldGetPage Macro Slider/Scroll Bar C #define SldGetPage(pSld) (((SLIDER*)pSld)->page) Overview Returns the current page size of the object. Page size defines the delta change of the thumb position when incremented via SldIncPos() or decremented via SldDecPos(). Page size minimum value is 1. Maximum value is range/2. Input Parameters Input Parameters Description pSld Pointer to the object. Returns Returns the current value of the slider page. Preconditions none Side Effects none Example Copy Code WORD page; SLIDER *pSld; page = SldGetPage(pSld); Library API > Graphics Object Layer API > GOL Objects > Slider/Scroll Bar > SldGetPage Macro Microchip Graphics Library Version 3.06.02 - October 15, 2012Copyright © 2012 Microchip Technology, Inc. All rights reserved Contents | Index | Home previous page start next page