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

Gets or sets whether the range is flippable. 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

#2025-08-12