Method
GtkStyleContextset_frame_clock
since: 3.8
Declaration [src]
void
gtk_style_context_set_frame_clock (
GtkStyleContext* context,
GdkFrameClock* frame_clock
)
Description [src]
Attaches context
to the given frame clock.
The frame clock is used for the timing of animations.
If you are using a GtkStyleContext
returned from
gtk_widget_get_style_context(), you do not need to
call this yourself.
Available since: 3.8
Parameters
frame_clock
-
Type:
GdkFrameClock
A
GdkFrameClock
.The data is owned by the caller of the method.