WndSetText Function

Microchip Graphics Library

Microchip Graphics Library
WndSetText Function
C
void WndSetText(
    WINDOW * pW, 
    XCHAR * pText
);
Overview

This function sets the string used for the title bar.

Input Parameters
Input Parameters 
Description 
WINDOW * pW 
The pointer to the object whose text will be modified 
XCHAR * pText 
Pointer to the text that will be used 
Returns

none

Preconditions

none

Side Effects

none

Example

See WndGetText() example.

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