Package: gdk

Accessor gdk:monitor-refresh-rate

Lambda List

gdk:monitor-refresh-rate (object)

Syntax

(gdk:monitor-refresh-rate object) => refresh-rate

Arguments

object -- a gdk:monitor object
refresh-rate -- an integer with the refresh rate in milli-Hertz, or 0

Details

Accessor of the refresh-rate slot of the gdk:monitor class. The gdk:monitor-refresh-rate function gets the refresh rate of the monitor, if available. The value is in milli-Hertz, so a refresh rate of 60 Hz is returned as 60000.

Since 3.22
 

See also

#2023-3-6