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

Accessor of the default reading direction.

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

2021-9-19