Package kiwi :: Package ui :: Package test :: Module recorder :: Class WindowDeleteEvent
[frames | no frames]

Type WindowDeleteEvent

object --+    
         |    
     Event --+
             |
            WindowDeleteEvent


This event represents a user click on the close button in the window manager.
Method Summary
    Inherited from Event
  get_toplevel(self, widget)
This fetches the toplevel widget for a specific object, by default it assumes it's a wiget subclass and calls get_toplevel() for the widget
  serialize(self)
Serialize the widget, write the code here which is used to reproduce the event, for a button which is clicked the implementation looks like this:

Class Variable Summary
    Inherited from Event
NoneType object_type: subclass for type, Recorder uses this to automatically attach events to objects when they appear

Generated by Epydoc 2.1 on Mon Jan 29 16:42:59 2007 http://epydoc.sf.net