Package: gtk

Function gtk:widget-default-direction

Lambda List

gtk:widget-default-direction ()

Syntax

(gtk:widget-default-direction) => direction
(setf (gtk:widget-default-direction) direction)

Arguments

direction -- a value of the gtk:text-direction enumeration for the default direction, this cannot be :none.

Details

Gets or sets the default reading direction for widgets where the direction has not been explicitly set by the gtk:widget-direction function.
 

See also

2026-03-26