Gtk.StyleContext.prototype.set_frame_clock
function set_frame_clock(frame_clock:Gdk.FrameClock):void { // Gjs wrapper for gtk_style_context_set_frame_clock() }
Attaches context to the given frame clock.
The frame clock is used for the timing of animations.
If you are using a Gtk.StyleContext returned from Gtk.get_style_context, you do not need to call this yourself.
Since 3.8
- frame_clock