summaryrefslogtreecommitdiff
path: root/src/gui/panels/panel.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/gui/panels/panel.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/gui/panels/panel.h')
-rw-r--r--src/gui/panels/panel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/panels/panel.h b/src/gui/panels/panel.h
index 9c6fa89..893c48b 100644
--- a/src/gui/panels/panel.h
+++ b/src/gui/panels/panel.h
@@ -57,6 +57,9 @@ GPanelItem *g_panel_item_get(const char *);
/* Place un panneau dans l'ensemble affiché. */
void g_panel_item_dock(GPanelItem *);
+/* Supprime un panneau de l'ensemble affiché. */
+void g_panel_item_undock(GPanelItem *);
+
/* ----------------------- PLACEMENTS DES DIFFERENTS PANNEAUX ----------------------- */