Implementation of wxGenericDialog that prompts for a password.
Use show_modal to display and get_text_value to retrieve the entered value.
Creation Parameters
- atom parent
- sequence message
- sequence caption [= "Enter Password"]
- sequence default [= ""]
- atom style [= wxOK | wxCANCEL | wxCENTRE]
- integer pos_x [= -1]
- integer pos_y [= -1]
pos x,y not supported on Win32