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

The gtk:widget-default-direction function obtains the current default reading direction. The (setf gtk:widget-default-direction) function sets the default reading direction for widgets where the direction has not been explicitly set by the gtk:widget-direction function.
 

See also

#2025-2-13