summaryrefslogtreecommitdiff
path: root/src/gtkext/gtkdockitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtkext/gtkdockitem.h')
-rw-r--r--src/gtkext/gtkdockitem.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gtkext/gtkdockitem.h b/src/gtkext/gtkdockitem.h
index 21ca360..906973c 100644
--- a/src/gtkext/gtkdockitem.h
+++ b/src/gtkext/gtkdockitem.h
@@ -47,7 +47,9 @@ struct _GtkDockItem
{
GtkObject object; /* Présence obligatoire en 1er */
- gchar *name; /* Nom court pour onglet */
+ gchar *name; /* Nom court pour titre */
+ gchar *desc; /* Nom long pour onglet */
+
GtkWidget *panel; /* Pnneau construit associé */
};