Package: gtk

Function gtk:range-flippable

Lambda List

gtk:range-flippable (range)

Syntax

gtk:range-flippable range) => flippable
(setf (gtk:range-flippable range) flippable)

Arguments

range -- a gtk:range widget
[flippable -- true to make the range flippable

Details

Accessor of the flippable property of the range. If a range is flippable, it will switch its direction if it is horizontal and its direction is :rtl. See the gtk:widget-direction function.
 

See also

#2023-8-24