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.20050511.rpd on Sun Mar 26 10:04:04 2006 http://epydoc.sf.net