2020-04-11 16:24:55 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2020-05-14 02:22:58 +00:00
|
|
|
<!-- Generated with glade 3.36.0
|
2020-04-11 16:24:55 +00:00
|
|
|
|
|
|
|
The MIT License (MIT)
|
|
|
|
|
|
|
|
Copyright (c) 2015-2019 Lior Halphon
|
|
|
|
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
|
|
of this software and associated documentation files (the "Software"), to deal
|
|
|
|
in the Software without restriction, including without limitation the rights
|
|
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
|
copies of the Software, and to permit persons to whom the Software is
|
|
|
|
furnished to do so, subject to the following conditions:
|
|
|
|
|
|
|
|
The above copyright notice and this permission notice shall be included in
|
|
|
|
all copies or substantial portions of the Software.
|
|
|
|
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
|
THE SOFTWARE.
|
|
|
|
|
|
|
|
Author: Maximilian Mader
|
|
|
|
|
|
|
|
-->
|
|
|
|
<interface>
|
2020-05-14 02:22:58 +00:00
|
|
|
<requires lib="gtk+" version="3.22"/>
|
2020-04-11 16:24:55 +00:00
|
|
|
<!-- interface-license-type mit -->
|
|
|
|
<!-- interface-name SameBoy -->
|
|
|
|
<!-- interface-description SameBoy is an open source Game Boy (DMG) and Game Boy Color (CGB) emulator, written in portable C. -->
|
|
|
|
<!-- interface-copyright 2015-2019 Lior Halphon -->
|
|
|
|
<!-- interface-authors Maximilian Mader -->
|
|
|
|
<object class="GtkAboutDialog" id="about_dialog">
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="type_hint">normal</property>
|
|
|
|
<property name="program_name">SameBoy</property>
|
2021-01-01 16:03:16 +00:00
|
|
|
<property name="copyright" translatable="yes">Copyright © 2015-2021 Lior Halphon</property>
|
2020-04-11 16:24:55 +00:00
|
|
|
<property name="website">https://sameboy.github.io</property>
|
|
|
|
<property name="website_label" translatable="yes">sameboy.github.io</property>
|
|
|
|
<property name="authors">Lior Halphon https://github.com/LIJI32
|
|
|
|
|
|
|
|
GTK3 frontend by
|
|
|
|
Maximilian Mader https://github.com/max-m</property>
|
|
|
|
<property name="logo_icon_name"/>
|
|
|
|
<property name="license_type">mit-x11</property>
|
|
|
|
<child internal-child="vbox">
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="spacing">2</property>
|
|
|
|
<child internal-child="action_area">
|
|
|
|
<object class="GtkButtonBox">
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="layout_style">end</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2020-05-14 02:22:58 +00:00
|
|
|
<child type="titlebar">
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
2020-04-11 16:24:55 +00:00
|
|
|
</object>
|
2020-05-20 01:41:33 +00:00
|
|
|
|
2020-04-11 16:24:55 +00:00
|
|
|
<object class="GtkWindow" id="memory_viewer">
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="title" translatable="yes">Memory Viewer</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">Placeholder</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">Placeholder</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">Placeholder</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2020-05-14 02:22:58 +00:00
|
|
|
<child type="titlebar">
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
2020-04-11 16:24:55 +00:00
|
|
|
</object>
|
|
|
|
<object class="GtkWindow" id="printer">
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="resizable">False</property>
|
|
|
|
<property name="default_width">320</property>
|
|
|
|
<property name="default_height">432</property>
|
2020-05-14 02:22:58 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkScrolledWindow">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="shadow_type">in</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkViewport">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="shadow_type">none</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkDrawingArea" id="printer_canvas">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2020-04-11 16:24:55 +00:00
|
|
|
<child type="titlebar">
|
|
|
|
<object class="GtkHeaderBar">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="title" translatable="yes">Printer</property>
|
|
|
|
<property name="has_subtitle">False</property>
|
|
|
|
<property name="show_close_button">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="printer_save_button">
|
|
|
|
<property name="label">gtk-save</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="pack_type">end</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="printer_clear_button">
|
|
|
|
<property name="label">gtk-delete</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="pack_type">end</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2020-05-14 02:22:58 +00:00
|
|
|
</object>
|
|
|
|
<object class="GtkRecentFilter" id="recent_files_filter">
|
|
|
|
<mime-types>
|
|
|
|
<mime-type>application/x-gameboy-rom</mime-type>
|
|
|
|
<mime-type>application/x-gameboy-color-rom</mime-type>
|
|
|
|
</mime-types>
|
|
|
|
<patterns>
|
|
|
|
<pattern>*.gb</pattern>
|
|
|
|
<pattern>*.gbc</pattern>
|
|
|
|
<pattern>*.isx</pattern>
|
|
|
|
</patterns>
|
|
|
|
<applications>
|
|
|
|
<application>sameboy</application>
|
|
|
|
</applications>
|
|
|
|
</object>
|
|
|
|
<object class="GtkMenuBar" id="main_menu">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2020-04-11 16:24:55 +00:00
|
|
|
<child>
|
2020-05-14 02:22:58 +00:00
|
|
|
<object class="GtkMenuItem">
|
2020-04-11 16:24:55 +00:00
|
|
|
<property name="visible">True</property>
|
2020-05-14 02:22:58 +00:00
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">_File</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<child type="submenu">
|
|
|
|
<object class="GtkMenu">
|
2019-09-27 21:10:28 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<child>
|
2020-05-14 02:22:58 +00:00
|
|
|
<object class="GtkMenuItem">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="action_name">app.open</property>
|
|
|
|
<property name="label" translatable="yes">_Open</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">_Recent files</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<child type="submenu">
|
|
|
|
<object class="GtkRecentChooserMenu">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="filter">recent_files_filter</property>
|
|
|
|
<property name="limit">10</property>
|
|
|
|
<property name="sort_type">mru</property>
|
|
|
|
<signal name="item-activated" handler="on_open_recent_activate" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="action_name">app.close</property>
|
|
|
|
<property name="label" translatable="yes">_Close</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSeparatorMenuItem">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="action_name">app.quit</property>
|
|
|
|
<property name="label" translatable="yes">_Quit</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">_Edit</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<child type="submenu">
|
|
|
|
<object class="GtkMenu">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="action_name">app.preferences</property>
|
|
|
|
<property name="label" translatable="yes">_Preferences</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">E_mulation</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<child type="submenu">
|
|
|
|
<object class="GtkMenu">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="action_name">app.reset</property>
|
|
|
|
<property name="label" translatable="yes">_Reset</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2021-01-02 22:38:06 +00:00
|
|
|
<object class="GtkCheckMenuItem">
|
2020-05-14 02:22:58 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="action_name">app.pause</property>
|
|
|
|
<property name="label" translatable="yes">Pause</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSeparatorMenuItem">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="action_name">app.save_state</property>
|
|
|
|
<property name="label" translatable="yes">Save State</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem">
|
2019-09-27 21:10:28 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2020-05-14 02:22:58 +00:00
|
|
|
<property name="action_name">app.load_state</property>
|
|
|
|
<property name="label" translatable="yes">Load State</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2020-05-14 20:53:02 +00:00
|
|
|
<object class="GtkSeparatorMenuItem" id="before_model_changer">
|
2020-05-14 02:22:58 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSeparatorMenuItem">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCheckMenuItem">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="action_name">app.toggle_mute</property>
|
|
|
|
<property name="label" translatable="yes">Mute Sound</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">_Link</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<child type="submenu">
|
2020-05-14 20:53:02 +00:00
|
|
|
<object class="GtkMenu" id="link_menu">
|
2020-05-14 02:22:58 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">_Develop</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<child type="submenu">
|
|
|
|
<object class="GtkMenu">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2021-01-02 18:11:36 +00:00
|
|
|
<child>
|
2021-01-02 22:38:06 +00:00
|
|
|
<object class="GtkCheckMenuItem">
|
2021-01-02 18:11:36 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="action_name">app.toggle_developer_mode</property>
|
|
|
|
<property name="label" translatable="yes">Developer Mode</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSeparatorMenuItem">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2020-05-14 02:22:58 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="action_name">app.show_console</property>
|
|
|
|
<property name="label" translatable="yes">Show Console</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="action_name">app.clear_console</property>
|
|
|
|
<property name="label" translatable="yes">Clear Console</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSeparatorMenuItem">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="action_name">app.break_debugger</property>
|
|
|
|
<property name="label" translatable="yes">Break Debugger</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSeparatorMenuItem">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="action_name">app.open_memory_viewer</property>
|
|
|
|
<property name="label" translatable="yes">Show Memory Viewer</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="action_name">app.open_vram_viewer</property>
|
|
|
|
<property name="label" translatable="yes">Show VRAM Viewer</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSeparatorMenuItem">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="action_name">app.open_gtk_debugger</property>
|
|
|
|
<property name="label" translatable="yes">Show GTK Debugger</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">_Help</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<child type="submenu">
|
|
|
|
<object class="GtkMenu">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="action_name">app.about</property>
|
|
|
|
<property name="label">_About</property>
|
|
|
|
<property name="use_underline">True</property>
|
2019-09-27 21:10:28 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2020-04-11 16:24:55 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</interface>
|