testSliderSetPerc

This function will adjust the slider position of all GtkRange based widgets, such as scrollbars or scales, it’ll also adjust spin buttons. The adjustment value of these widgets is set to a value between the lower and upper limits, according to the percentage argument.

More...
void
testSliderSetPerc

Parameters

widget gtk.widget.Widget

valid widget pointer.

percentage double

value between 0 and 100.

Detailed Description

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