added wxGetPasswordFromUser(), dialogs sample shows it, documented it

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2000-01-24 18:26:54 +00:00
parent 88e243b29f
commit a294c6d53e
7 changed files with 92 additions and 39 deletions

View File

@@ -48,6 +48,8 @@ all (GUI):
- TIFF support added (libtiff required and included in the distribution)
- PCX files can now be written (24 bit only so far)
- wxTextEntryDialog may be used for entering passwords (supports wxTE_PASSWORD)
wxMSW:
- support for enhanced metafiles added, support for copying/pasting metafiles