test_spin_button_click
Description:
[ Version ( deprecated = true , deprecated_since = "3.20" , since = "2.14" ) ]
public bool test_spin_button_click (SpinButton spinner, uint button, bool upwards)
Warning: test_spin_button_click is deprecated since 3.20.
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+-3.0