Package: gtk

Function gtk-range-min-slider-size

Lambda List

gtk-range-min-slider-size (range)

Syntax

(gtk-range-min-slider-size range) => min-size
(setf (gtk-range-min-slider-size range) min-size)

Arguments

range -- a gtk-range widget
min-size -- an integer with the minimum size of the slider

Details

Accessor of the minimum size of the slider of the range.

The gtk-range-min-slider-size function retrieves the minimum size of the slider of the range. The (setf gtk-range-min-slider-size) function sets the minimum size of the slider of the range.

This function is useful mainly for gtk-range subclasses.

Warning

The gtk-range-min-slider-size function has been deprecated since version 3.20 and should not be used in newly written code. Use the min-height/min-width CSS properties on the slider node.
 

See also

2021-12-26