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

Type ChildFocusEvent

object --+            
         |            
    Object --+        
             |        
         Event --+    
                 |    
      CommandEvent --+
                     |
                    ChildFocusEvent


wx.ChildFocusEvent notifies the parent that a child has received the focus. Unlike wx.FocusEvent it is propagated up the window heirarchy.


Method Summary
ChildFocusEvent __init__(self, win)
Constructor
  __repr__(self)
Window GetWindow(self)
The window which has just received the focus.

Method Details

__init__(self, win=None)
(Constructor)

Constructor

Parameters:
win
           (type=Window)

Returns:
ChildFocusEvent
Overrides:
wx.CommandEvent.__init__

GetWindow(self)

The window which has just received the focus.

Returns:
Window

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