[anjuta-extras] Fix #530740 – Use GtkBuilder instead of libglade
- From: Sebastien Granjoux <sgranjoux src gnome org>
- To: svn-commits-list gnome org
- Subject: [anjuta-extras] Fix #530740 – Use GtkBuilder instead of libglade
- Date: Mon, 1 Jun 2009 08:23:46 -0400 (EDT)
commit 6884ff2f0f814146be1af2a97e94df5e411033e4
Author: Sébastien Granjoux <seb sfo free fr>
Date: Mon Jun 1 14:23:32 2009 +0200
Fix #530740 â?? Use GtkBuilder instead of libglade
---
plugins/indent/anjuta-indent.xml | 11 +++++++++++
plugins/profiler/profiler.xml | 17 +++++++++++++++++
plugins/valgrind/anjuta-valgrind.xml | 19 +++++++++++++++++++
3 files changed, 47 insertions(+), 0 deletions(-)
diff --git a/plugins/indent/anjuta-indent.xml b/plugins/indent/anjuta-indent.xml
new file mode 100644
index 0000000..ea99ebb
--- /dev/null
+++ b/plugins/indent/anjuta-indent.xml
@@ -0,0 +1,11 @@
+<!--*- xml -*-->
+<ui>
+ <menubar name="MenuMain">
+ <placeholder name="PlaceHolderToolMenus">
+ <menu name="MenuTools" action="ActionMenuTools">
+ <menuitem name="Autoformat" action="ActionFormatAutoformat" />
+ <separator name="separator1" />
+ </menu>
+ </placeholder>
+ </menubar>
+</ui>
diff --git a/plugins/profiler/profiler.xml b/plugins/profiler/profiler.xml
new file mode 100644
index 0000000..f6a3dff
--- /dev/null
+++ b/plugins/profiler/profiler.xml
@@ -0,0 +1,17 @@
+<!--*- xml -*-->
+<ui>
+ <menubar name="MenuMain">
+ <placeholder name="PlaceHolderDebugMenus">
+ <menu name="MenuDebug" action="ActionMenuDebug">
+ <placeholder name="PlaceholderProfilerMenus">
+ <separator name="separator1"/>
+ <menu name="Profiler" action="ActionMenuProfiler">
+ <menuitem name="Select Target" action="ActionProfilerSelectTarget" />
+ <menuitem name="Refresh" action="ActionProfilerRefresh" />
+ <menuitem name="Delete Data" action="ActionProfilerDeleteData" />
+ </menu>
+ </placeholder>
+ </menu>
+ </placeholder>
+ </menubar>
+</ui>
diff --git a/plugins/valgrind/anjuta-valgrind.xml b/plugins/valgrind/anjuta-valgrind.xml
new file mode 100644
index 0000000..56e5c3a
--- /dev/null
+++ b/plugins/valgrind/anjuta-valgrind.xml
@@ -0,0 +1,19 @@
+<!--*- xml -*-->
+<ui>
+ <menubar name="MenuMain">
+ <placeholder name="PlaceHolderDebugMenus">
+ <menu name="MenuDebug" action="ActionMenuDebug">
+ <placeholder name="PlaceholderValgrindMenus">
+ <separator name="separator1"/>
+ <menu name="Valgrind" action="ActionMenuValgrind">
+ <menuitem name="Run" action="ActionValgrindRun" />
+ <menuitem name="Kill" action="ActionValgrindKill" />
+ <menuitem name="Load" action="ActionValgrindLoad" />
+ <menuitem name="Save" action="ActionValgrindSave" />
+ <menuitem name="Edit Rules" action="ActionValgrindEditRules" />
+ </menu>
+ </placeholder>
+ </menu>
+ </placeholder>
+ </menubar>
+</ui>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]