summaryrefslogtreecommitdiff
path: root/src/gtkext/gtkdockstation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtkext/gtkdockstation.h')
-rw-r--r--src/gtkext/gtkdockstation.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gtkext/gtkdockstation.h b/src/gtkext/gtkdockstation.h
index c92f43d..41adacc 100644
--- a/src/gtkext/gtkdockstation.h
+++ b/src/gtkext/gtkdockstation.h
@@ -59,6 +59,10 @@ struct _GtkDockStationClass
{
GtkVBoxClass parent_class; /* Présence obligatoire en 1er */
+ /* Signaux */
+
+ void (* switch_widget) (GtkDockStation *, GtkWidget *);
+
};