LbGetItemList Macro

Microchip Graphics Library

Microchip Graphics Library
LbGetItemList Macro
C
#define LbGetItemList(pLb) ((LISTITEM *)((LISTBOX *)pLb)->pItemList)
Overview

This function returns the pointer to the current item list used in the list box.

Input Parameters
Input Parameters 
Description 
pLb 
The pointer to the list box object. 
Returns

Returns the pointer to the LISTITEM used in the list box.

Preconditions

none

Side Effects

none

Example

See LbAddItem() example.

Microchip Graphics Library Version 3.06.02 - October 15, 2012
Copyright © 2012 Microchip Technology, Inc.  All rights reserved