summaryrefslogtreecommitdiff
path: root/src/gtkext/gtkviewpanel-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtkext/gtkviewpanel-int.h')
-rw-r--r--src/gtkext/gtkviewpanel-int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gtkext/gtkviewpanel-int.h b/src/gtkext/gtkviewpanel-int.h
index 9a2f885..fcd6ffb 100644
--- a/src/gtkext/gtkviewpanel-int.h
+++ b/src/gtkext/gtkviewpanel-int.h
@@ -103,6 +103,8 @@ struct _GtkViewPanelClass
/* Signaux */
+ void (* move_request) (GtkViewPanel *, const vmpa2t *);
+
void (* caret_moved) (GtkViewPanel *, const vmpa2t *);
};