Hi all, I've just added the possibility to set the 'password char' to render password look to the field widget.
You can set it with pgSetWidget(PGDEFAULT, PG_WP_PASSORD, '&', 0); pgSetWidget(PGDEFAULT, PG_WP_PASSORD, '#', 0); ... And pgSetWidget(PGDEFAULT, PG_WP_PASSORD, '\0', 0); let you revert password setting to display as clear text The setting sequency (font than password, password than font, ...) isn't anymore of importance and the font update bug is fixed. Unicode isn't yet fully implemented and you can only use ascii 0 and 32-126. If something bugs, tell me... ;-( -philippe _______________________________________________ Pgui-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/pgui-devel
