Package: gtk

Function gtk-hsv-is-adjusting

Lambda List

gtk-hsv-is-adjusting (hsv)

Arguments

hsv -- a gtk-hsv widget

Return Value

True if clients can ignore changes to the color value, since they may be transitory, or false if they should consider the color value status to be final.

Details

An HSV color selector can be said to be adjusting if multiple rapid changes are being made to its value, for example, when the user is adjusting the value with the mouse. This function queries whether the HSV color selector is being adjusted or not.

Warning

The function gtk-hsv-is-adjusting is deprecated since version 3.4 and should not be used in newly written code.
 

See also

2021-7-20