summaryrefslogtreecommitdiff
path: root/src/gui/editem-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/editem-int.h')
-rw-r--r--src/gui/editem-int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/editem-int.h b/src/gui/editem-int.h
index 744a55f..cf2d813 100644
--- a/src/gui/editem-int.h
+++ b/src/gui/editem-int.h
@@ -79,8 +79,10 @@ struct _GEditorItemClass
change_item_content_fc change_content; /* Changement de contenu */
change_item_view_fc change_view; /* Rechargement dû à une vue */
update_item_view_fc update_view; /* Rechargement dû à évolutions*/
+
track_cursor_in_view_fc track_cursor; /* Suivi des positions */
focus_cursor_fc focus_cursor; /* Prête attention à une addr. */
+
update_project_fc update_project; /* Actualisation des binaires */
};