GtkTickCallback

Callback type for adding a function to update animations. See gtk_widget_add_tick_callback().

alias GtkTickCallback = int function(GtkWidget* widget, GdkFrameClock* frameClock, void* userData)

Return Value

%G_SOURCE_CONTINUE if the tick callback should continue to be called, %G_SOURCE_REMOVE if the tick callback should be removed.

Meta