summaryrefslogtreecommitdiff
path: root/src/gtkext/panel-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtkext/panel-int.h')
-rw-r--r--src/gtkext/panel-int.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gtkext/panel-int.h b/src/gtkext/panel-int.h
index 07ade20..cb210d9 100644
--- a/src/gtkext/panel-int.h
+++ b/src/gtkext/panel-int.h
@@ -30,8 +30,11 @@
+/* Indique l'emplacement par défaut pour un affichage. */
+typedef char * (* get_tiled_panel_path) (const GtkTiledPanel *);
+
/* Fournit les composants adaptés pour la barre de titre. */
-typedef GListStore * (* get_tiled_panel_widgets_cb) (GtkTiledPanel *, bool);
+typedef GListStore * (* get_tiled_panel_widgets_cb) (const GtkTiledPanel *, bool);
@@ -47,6 +50,7 @@ struct _GtkTiledPanelClass
{
GtkBoxClass parent; /* A laisser en premier */
+ get_tiled_panel_path get_default_path; /* Localisation de l'affichage */
get_tiled_panel_widgets_cb get_widgets; /* Récupération de composants */
};