Package: gtk

Accessor gtk-label-angle

Lambda List

gtk-label-angle (object)

Syntax

(gtk-label-angle object) => angle
(setf (gtk-label-angle object) angle)

Arguments

object -- a gtk-label widget
angle -- a double float with the angle that the baseline of the label makes with the horizontal, in degrees, measured counterclockwise

Details

Accessor of the angle slot of the gtk-label class.

The gtk-label-angle slot access function sets the angle of rotation for the label. The (setf gtk-label-angle) slot access function sets the angle of rotation for the label.

An angle of 90 degrees reads from from bottom to top, an angle of 270 degrees, from top to bottom. The angle setting for the label is ignored if the label is selectable, wrapped, or ellipsized.
 

See also

2021-10-31