Begin File: password.c.gz Description:example code snippet using PtText widget Keywords: photon PtText example Version: Entered-date: January 22, 1997 Author: Ported-by: Original-site: QNX Copying-policy: Free Supplemental: Example code snippet showing the use of a CB_MODIFY_VERIFY callback on a PtText widget to implement a password entry field, where input characters are echoed as '*'. Full editing is supported (although of dubious use, the user may use arrows/mouse to select/delete/modify any portion of the password). The following function is defined: int PwdHideFunc(PtWidget_t *widget, char *cbdata, PtCallbackInfo_t *info) End