summaryrefslogtreecommitdiff
path: root/src/gtkext/gtkdockstation.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-04-01 11:44:00 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-04-01 11:44:00 (GMT)
commitc989181c56ff97d2c4918c0e9028762a1ed46623 (patch)
tree24a413f71c65d90994e435bf86f5c85ab732a244 /src/gtkext/gtkdockstation.h
parenta174ee784f5d9e554ed09181b8e6d8c0205f8ef5 (diff)
Moved all the File menu entries in the GUI menu.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@242 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/gtkext/gtkdockstation.h')
-rw-r--r--src/gtkext/gtkdockstation.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/src/gtkext/gtkdockstation.h b/src/gtkext/gtkdockstation.h
index 770681f..c285dc7 100644
--- a/src/gtkext/gtkdockstation.h
+++ b/src/gtkext/gtkdockstation.h
@@ -78,6 +78,9 @@ void gtk_dock_panel_add_widget(GtkDockStation *, GtkWidget *, const char *);
/* Change le contenu de l'onglet courant uniquement. */
void gtk_dock_panel_change_active_widget(GtkDockStation *, GtkWidget *);
+/* Retire un paquet d'informations de l'affichage centralisé. */
+void gtk_dock_panel_remove_widget(GtkDockStation *, GtkWidget *);
+
/* Met à jour, si besoin est, le titre de l'affichage concentré. */
void gtk_dock_panel_update_title(GtkDockStation *, GtkWidget *, const char *);
@@ -86,14 +89,6 @@ GtkWidget *gtk_dock_panel_get_widget(GtkDockStation *, gint);
-/* Ajoute un nouveau composant à l'ensemble. */
-//void gtk_dock_station_add_item(GtkDockStation *, GDockItem *);
-
-/* Supprime un composant à l'ensemble. */
-//void gtk_dock_station_remove_item(GtkDockStation *, GDockItem *);
-
-
-
G_END_DECLS