Home | Trees | Index | Help |
|
---|
Package kiwi :: Package ui :: Package test :: Module player :: Class Player |
|
object
--+ |Base
--+ | Player
Event playback object. Usually called from inside a scripted generated
by kiwi.ui.test.recorder.Recorder
.
Method Summary | |
---|---|
Deletes a window, creates a delete-event and sends it to the window | |
finish(self)
| |
Returns a virtual application object, which is a special object where you can access the windows as attributes and widget in the windows as attributes on the window, examples: | |
Waits for a window with name name to appear. | |
Inherited from Base | |
Return toplevel object | |
Called when a GtkContainer is about to be traversed | |
Called when a GtkDialog is about to be traversed | |
Called when a GtkMenuItem is about to be traversed | |
| |
| |
| |
Called when a GtkWidget is about to be traversed | |
| |
| |
This will be called when a window is displayed | |
This will be called when a window is destroyed |
Method Details |
---|
delete_window(self, window_name)Deletes a window, creates a delete-event and sends it to the window |
get_app(self)Returns a virtual application object, which is a special object where you can access the windows as attributes and widget in the windows as attributes on the window, examples:
>>> app = player.get_app()
>>> app.WindowName.WidgetName.method()
|
wait_for_window(self, name, timeout=10)Waits for a window with name name to appear.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu Oct 19 03:18:13 2006 | http://epydoc.sf.net |