#include <gitk.h>
Data Fields | |
GitkCallbackPtr | callback |
the function to call | |
gchar * | callback_name |
human readable name of callback function | |
GitkEventType | type |
what kind of events should be send | |
gpointer | user_data |
event user data | |
gchar * | widget_id |
to which widget is the event attached |
Definition at line 257 of file gitk.h.
|
the function to call
Definition at line 261 of file gitk.h. Referenced by gitk__dialog_attach_callback(), and gitk_dialog_process_event(). |
|
human readable name of callback function
Definition at line 262 of file gitk.h. Referenced by gitk__dialog_attach_callback(), gitk_dialog_detach_callback(), gitk_dialog_free(), gitk_dialog_process_event(), gitk_dialog_trans_callback(), and gitk_done(). |
|
what kind of events should be send
Definition at line 259 of file gitk.h. Referenced by gitk__dialog_attach_callback(), gitk_dialog_trans_callback(), and gitk_get_callback_node(). |
|
event user data
Definition at line 260 of file gitk.h. Referenced by gitk__dialog_attach_callback(), and gitk_dialog_process_event(). |
|
to which widget is the event attached
Definition at line 258 of file gitk.h. Referenced by gitk__dialog_attach_callback(), gitk_dialog_detach_callback(), gitk_dialog_free(), gitk_done(), and gitk_get_callback_node(). |