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

Type ShowEvent

object --+        
         |        
    Object --+    
             |    
         Event --+
                 |
                ShowEvent


An EVT_SHOW event is sent when a window is shown or hidden.


Method Summary
ShowEvent __init__(self, winid, show)
An EVT_SHOW event is sent when a window is shown or hidden.
  __repr__(self)
bool GetShow(self)
  SetShow(self, show)

Method Details

__init__(self, winid=0, show=False)
(Constructor)

An EVT_SHOW event is sent when a window is shown or hidden.

Parameters:
winid
           (type=int)

show
           (type=bool)

Returns:
ShowEvent
Overrides:
wx.Event.__init__

Generated by Epydoc 2.1.20050511.rpd on Sun Mar 26 10:03:41 2006 http://epydoc.sf.net