Package: gtk

Function gtk:style-context-scale

Lambda List

gtk:style-context-scale (context)

Syntax

(gtk:style-context-scale context) => scale
(setf (gtk:style-context-scale context) scale)

Arguments

context -- a gtk:style-context object
scale -- an integer for a scale

Details

Gets or sets the scale to use when getting image assets for the style.

Warning

This function is deprecated since 4.10. Use the gtk:widget-scale-factor function instead.
 

See also

#2025-08-21