Package wx :: Class PasswordEntryDialog
[frames | no frames]

Type PasswordEntryDialog

object --+                        
         |                        
    Object --+                    
             |                    
    EvtHandler --+                
                 |                
            Window --+            
                     |            
        TopLevelWindow --+        
                         |        
                    Dialog --+    
                             |    
               TextEntryDialog --+
                                 |
                                PasswordEntryDialog


Proxy of C++ PasswordEntryDialog class
Method Summary
TextEntryDialog __init__(self, parent, message, caption, defaultValue, style, pos)
Constructor.
  __repr__(self)

Instance Method Details

__init__(self, parent, message, caption=GetPasswordFromUserPromptStr, value=EmptyString, style=TextEntryDialogStyle, pos=DefaultPosition)
(Constructor)

Constructor. Use ShowModal method to show the dialog.
Parameters:
parent
           (type=Window)
message
           (type=String)
caption
           (type=String)
defaultValue
           (type=String)
style
           (type=long)
pos
           (type=Point)
Returns:
TextEntryDialog
Overrides:
wx.TextEntryDialog.__init__ (inherited documentation)

Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:25:06 2005 http://epydoc.sf.net