SldGetRange Macro

Microchip Graphics Library

Microchip Graphics Library
SldGetRange Macro
C
#define SldGetRange(pSld) (((SLIDER*)pSld)->range)
Overview

Returns the current range of the thumb.

Input Parameters
Input Parameters 
Description 
pSld 
Pointer to the object. 
Returns

Returns the current range of the slider thumb.

Preconditions

none

Side Effects

none

Example
WORD range;
SLIDER *pSld;

    range = SldGetRange(pSld);
Microchip Graphics Library Version 3.06.02 - October 15, 2012
Copyright © 2012 Microchip Technology, Inc.  All rights reserved