EbMsgDefault Function

Microchip Graphics Library

Microchip Graphics Library
EbMsgDefault Function
C
void EbMsgDefault(
    WORD translatedMsg, 
    void * pObj, 
    GOL_MSG * pMsg
);
Overview

This function performs the actual state change based on the translated message given. The following state changes are supported:

Translated Message 
Input Source 
Set/Clear State Bit 
Description 
EB_MSG_CHAR 
Keyboard 
Set EB_DRAW 
New character is added and Edit Box will be redrawn. 
EB_MSG_DEL 
Keyboard 
Set EB_DRAW 
Last character is removed and Edit Box will be redrawn. 
Input Parameters
Input Parameters 
Description 
WORD translatedMsg 
The translated message. 
GOL_MSG * pMsg 
The pointer to the GOL message. 
pEb 
The pointer to the object whose state will be modified. 
Returns

none

Preconditions

none

Side Effects

none

Example

Usage is similar to BtnMsgDefault() example.

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