test_spin_button_click


Description:


public bool test_spin_button_click (SpinButton spinner, uint button, bool upwards)

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.

Note:

This testing infrastructure is phased out in favor of reftests.

Parameters:

spinner

valid GtkSpinButton widget.

button

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

upwards

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

Returns:

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


Namespace: Gtk
Package: gtk+-2.0