Testing GUIs with TextTest and xUseCase
PyGTK Widgets and signals supported for record/replay
The following lists the PyGTK widget types and the associated signals on them which PyUseCase 3.3 is currently capable of recording and replaying. Any type derived from the listed types is also supported.
gtk.Button
clicked
gtk.CellRendererText
edited
gtk.CellRendererToggle
toggled
gtk.CheckMenuItem
toggled
gtk.ComboBox
changed
gtk.Dialog
delete-event , response
gtk.Entry
activate , changed
gtk.FileChooser
current-folder-changed , current-name-changed , selection-changed
gtk.MenuItem
activate
gtk.Notebook
switch-page
gtk.Paned
notify::position
gtk.TextView
changed
gtk.ToggleButton
toggled
gtk.ToggleToolButton
toggled
gtk.ToolButton
clicked
gtk.TreeSelection
changed
gtk.TreeView
button-press-event , row-activated , row-collapsed , row-expanded
gtk.TreeViewColumn
clicked
gtk.Window
delete-event
PyGTK Widgets supported for automatic logging
The following lists the PyGTK widget types whose status and changes PyUseCase 3.3 is currently capable of monitoring and logging. Any type derived from the listed types is also supported but will only have features of the listed type described.
(Note that a textual version of this page can be auto-generated by running "pyusecase -s -i gtk")


Last updated: 27 May 2010