Function
Gtk.TickCallback
Declaration
gboolean
TickCallback (
GtkWidget* widget,
GdkFrameClock* frame_clock,
gpointer user_data
)
Description [src]
Callback type for adding a function to update animations. See gtk_widget_add_tick_callback()
.
Parameters
widget |
GtkWidget |
the widget |
|
The data is owned by the caller of the function | |
frame_clock |
GdkFrameClock* |
the frame clock for the widget (same as calling |
|
The data is owned by the caller of the function | |
user_data |
gpointer |
user data passed to |