testSpinButtonClick

This function will generate a button click in the upwards or downwards spin button arrow areas, usually leading to an increase or decrease of spin button’s value.

More...
bool
testSpinButtonClick

Parameters

spinner gtk.spin_button.SpinButton

valid GtkSpinButton widget.

button uint

Number of the pointer button for the event, usually 1, 2 or 3.

upwards bool

true for upwards arrow click, false for downwards arrow click.

Return Value

Type: bool

whether all actions neccessary for the button click simulation were carried out successfully.

Detailed Description

Deprecated: This testing infrastructure is phased out in favor of reftests.