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

Type PopupTransientWindow

object --+                
         |                
    Object --+            
             |            
    EvtHandler --+        
                 |        
            Window --+    
                     |    
           PopupWindow --+
                         |
                        PopupTransientWindow

Known Subclasses:
TipWindow

Proxy of C++ PopupTransientWindow class
Method Summary
Window __init__(self, parent, id, pos, size, style, name)
Construct and show a generic Window.
  __repr__(self)
  Dismiss(self)
  Popup(self, focus)

Instance Method Details

__init__(self, parent, style=BORDER_NONE)
(Constructor)

Construct and show a generic Window.
Parameters:
parent
           (type=Window)
id
           (type=int)
pos
           (type=Point)
size
           (type=Size)
style
           (type=long)
name
           (type=String)
Returns:
Window
Overrides:
wx.PopupWindow.__init__ (inherited documentation)

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