[balsa/gtk3] Add UI file



commit b0d2f2cba511a2e2db96165f2c406ae61f9a56ad
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Tue Jan 27 12:25:06 2015 -0500

    Add UI file
    
        * ui/ab-main.ui: GtkBuilder description of address-book editor
        UI.

 ChangeLog     |    5 +++
 ui/ab-main.ui |   84 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 89 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 524680d..c65bda7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-01-27  Peter Bloomfield  <pbloomfield bellsouth net>
+
+       * ui/ab-main.ui: GtkBuilder description of address-book editor
+       UI.
+
 2014-01-28  Pawel Salek
 
        * src/spell-check.c: do not use deprecated icon names.
diff --git a/ui/ab-main.ui b/ui/ab-main.ui
new file mode 100644
index 0000000..9f00e14
--- /dev/null
+++ b/ui/ab-main.ui
@@ -0,0 +1,84 @@
+<interface>
+    <menu id="menubar">
+        <submenu id="file-menu">
+            <attribute name='label' translatable='yes'>_File</attribute>
+            <section>
+                <submenu>
+                    <attribute name='label'
+                        translatable='yes'>_New</attribute>
+                    <item>
+                        <attribute name='label'
+                            translatable='yes'>_VCard Address Book (GnomeCard)</attribute>
+                        <attribute name='action'>win.file-new-vcard</attribute>
+                    </item>
+                    <item>
+                        <attribute name='label'
+                            translatable='yes'>_External query (a program)</attribute>
+                        <attribute name='action'>win.file-new-external</attribute>
+                    </item>
+                    <item>
+                        <attribute name='label'
+                            translatable='yes'>_LDIF Address Book</attribute>
+                        <attribute name='action'>win.file-new-ldif</attribute>
+                    </item>
+                    <item>
+                        <attribute name='label'
+                            translatable='yes'>_LDAP Address Book</attribute>
+                        <attribute name='action'>win.file-new-ldap</attribute>
+                    </item>
+                    <item>
+                        <attribute name='label'
+                            translatable='yes'>_GPE Address Book</attribute>
+                        <attribute name='action'>win.file-new-gpe</attribute>
+                    </item>
+                    <item>
+                        <attribute name='label'
+                            translatable='yes'>_Rubrica Address Book</attribute>
+                        <attribute name='action'>win.file-new-rubrica</attribute>
+                    </item>
+                </submenu>
+                <item>
+                    <attribute name='label'
+                        translatable='yes'>_Properties</attribute>
+                    <attribute name='action'>win.file-properties</attribute>
+                </item>
+                <item>
+                    <attribute name='label'
+                        translatable='yes'>_Delete</attribute>
+                    <attribute name='action'>win.file-delete</attribute>
+                </item>
+            </section>
+            <section>
+                <item>
+                    <attribute name='label'
+                        translatable='yes'>_Quit</attribute>
+                    <attribute name='action'>win.file-quit</attribute>
+                </item>
+            </section>
+            <section>
+                <!-- Placeholder for the address books section -->
+            </section>
+        </submenu>
+        <submenu>
+            <attribute name='label' translatable='yes'>_Entry</attribute>
+            <item>
+                <attribute name='label'
+                    translatable='yes'>_New Entry</attribute>
+                <attribute name='action'>win.entry-new</attribute>
+            </item>
+            <item>
+                <attribute name='label'
+                    translatable='yes'>_Delete Entry</attribute>
+                <attribute name='action'>win.entry-delete</attribute>
+            </item>
+        </submenu>
+        <submenu>
+            <attribute name='label' translatable='yes'>_Help</attribute>
+            <item>
+                <attribute name='label'
+                    translatable='yes'>_About</attribute>
+                <attribute name='action'>win.help-about</attribute>
+            </item>
+        </submenu>
+    </menu>
+</interface>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]