C
void TeSpaceChar( TEXTENTRY * pTe );
Overview
This function will insert a space character to the end of the buffer. Drawing states TE_UPDATE_TEXT or TE_DRAW must be set to see the effect of this insertion.
Input Parameters
Input Parameters |
Description |
TEXTENTRY * pTe |
pointer to the object |
Returns
none.
Preconditions
none
Side Effects
none.