diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2018-08-20 21:12:06 -0400 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2018-08-20 21:12:06 -0400 |
commit | 63e87c2d0c9d263f14c77b68f85c67d46ece82a9 (patch) | |
tree | 6260365cbf7d24f37d27669e8538227fcb72e243 /gtk+-mingw/share/gtk-3.0/demo/menus.ui | |
parent | a4460f6d9453bbd7e584937686449cef3e19f052 (diff) |
Diffstat (limited to 'gtk+-mingw/share/gtk-3.0/demo/menus.ui')
-rw-r--r-- | gtk+-mingw/share/gtk-3.0/demo/menus.ui | 107 |
1 files changed, 0 insertions, 107 deletions
diff --git a/gtk+-mingw/share/gtk-3.0/demo/menus.ui b/gtk+-mingw/share/gtk-3.0/demo/menus.ui deleted file mode 100644 index 0bbe11a..0000000 --- a/gtk+-mingw/share/gtk-3.0/demo/menus.ui +++ /dev/null @@ -1,107 +0,0 @@ -<?xml version="1.0"?> -<interface> - <menu id="appmenu"> - <section> - <item> - <attribute name="label" translatable="yes">_New</attribute> - <attribute name="action">app.new</attribute> - <attribute name="accel"><Primary>n</attribute> - </item> - <item> - <attribute name="label" translatable="yes">_Open</attribute> - <attribute name="action">app.open</attribute> - </item> - <item> - <attribute name="label" translatable="yes">_Save</attribute> - <attribute name="action">app.save</attribute> - <attribute name="accel"><Primary>s</attribute> - </item> - <item> - <attribute name="label" translatable="yes">Save _As...</attribute> - <attribute name="action">app.save-as</attribute> - <attribute name="accel"><Primary>s</attribute> - </item> - </section> - <section> - <item> - <attribute name="label" translatable="yes">_Quit</attribute> - <attribute name="action">app.quit</attribute> - <attribute name="accel"><Primary>q</attribute> - </item> - </section> - </menu> - <menu id="menubar"> - <submenu> - <attribute name="label" translatable="yes">_Preferences</attribute> - <section> - <item> - <attribute name="label" translatable="yes">_Prefer Dark Theme</attribute> - <attribute name="action">app.dark</attribute> - </item> - <item> - <attribute name="label" translatable="yes">_Hide Titlebar when maximized</attribute> - <attribute name="action">win.titlebar</attribute> - </item> - <submenu> - <attribute name="label" translatable="yes">_Color</attribute> - <section> - <item> - <attribute name="label" translatable="yes">_Red</attribute> - <attribute name="action">app.color</attribute> - <attribute name="target">red</attribute> - <attribute name="accel"><Primary>r</attribute> - </item> - <item> - <attribute name="label" translatable="yes">_Green</attribute> - <attribute name="action">app.color</attribute> - <attribute name="target">green</attribute> - <attribute name="accel"><Primary>g</attribute> - </item> - <item> - <attribute name="label" translatable="yes">_Blue</attribute> - <attribute name="action">app.color</attribute> - <attribute name="target">blue</attribute> - <attribute name="accel"><Primary>b</attribute> - </item> - </section> - </submenu> - <submenu> - <attribute name="label" translatable="yes">_Shape</attribute> - <section> - <item> - <attribute name="label" translatable="yes">_Square</attribute> - <attribute name="action">win.shape</attribute> - <attribute name="target">square</attribute> - <attribute name="accel"><Primary>s</attribute> - </item> - <item> - <attribute name="label" translatable="yes">_Rectangle</attribute> - <attribute name="action">win.shape</attribute> - <attribute name="target">rectangle</attribute> - <attribute name="accel"><Primary>r</attribute> - </item> - <item> - <attribute name="label" translatable="yes">_Oval</attribute> - <attribute name="action">win.shape</attribute> - <attribute name="target">oval</attribute> - <attribute name="accel"><Primary>o</attribute> - </item> - </section> - </submenu> - <item> - <attribute name="label" translatable="yes">_Bold</attribute> - <attribute name="action">win.bold</attribute> - <attribute name="accel"><Primary>b</attribute> - </item> - </section> - </submenu> - <submenu> - <attribute name="label" translatable="yes">_Help</attribute> - <item> - <attribute name="label" translatable="yes">_About</attribute> - <attribute name="action">win.about</attribute> - <attribute name="accel"><Primary>a</attribute> - </item> - </submenu> - </menu> -</interface> |