kiwi.ui.test.recorder.WindowDeleteEvent(Event) class documentationkiwi.ui.test.recorder
(View In Hierarchy)
This event represents a user click on the close button in the window manager.
Inherited from Event:
| Class Variable | object_type | subclass for type, Recorder uses
this to automatically attach events to objects when they appear |
| Method | __init__ | No summary |
| Method | get_toplevel | 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 |
| Method | serialize | 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: |