> Unicode isn't yet fully implemented and you can only use ascii 0 and 32-126.

Sorry, this isn't rigth!
Unicode for this feature is already fully implemented.

In fact, it depend if the char is implemented in the font or not.
You can access special char by giving its code instead in the parameter.

For exemple:
  pgSetWidget(PGDEFAULT, PG_WP_PASSORD, 0xB5, 0);
will set the 'micro sign' as the password char.

You can see ascii and iso_8859_1 to have an idea of some availlable chars.


-philippe

_______________________________________________
Pgui-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/pgui-devel

Reply via email to