2019-09-02 12:03:57 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2022-01-03 03:39:43 -05:00
|
|
|
<!-- Generated with glade 3.21.0 -->
|
2019-09-02 12:03:57 -04:00
|
|
|
<interface>
|
|
|
|
<requires lib="gtk+" version="3.20"/>
|
|
|
|
<object class="GtkApplicationWindow" id="_mainWin">
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="title" translatable="yes">Ryujinx</property>
|
|
|
|
<property name="window_position">center</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="_box">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
2020-02-11 19:56:19 -05:00
|
|
|
<object class="GtkMenuBar" id="_menuBar">
|
2019-09-02 12:03:57 -04:00
|
|
|
<property name="visible">True</property>
|
2021-08-04 17:28:19 -04:00
|
|
|
<property name="can_focus">False</property>
|
2019-09-02 12:03:57 -04:00
|
|
|
<child>
|
2021-06-28 14:54:45 -04:00
|
|
|
<object class="GtkMenuItem" id="_fileMenu">
|
2019-09-02 12:03:57 -04:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<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">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<child>
|
2021-06-28 14:54:45 -04:00
|
|
|
<object class="GtkMenuItem" id="_loadApplicationFile">
|
2019-09-02 12:03:57 -04:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2022-07-25 17:02:17 -04:00
|
|
|
<property name="tooltip_text" translatable="yes">Open a file explorer to choose a Switch compatible file to load</property>
|
2019-09-02 12:03:57 -04:00
|
|
|
<property name="label" translatable="yes">Load Application from File</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<signal name="activate" handler="Load_Application_File" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2021-06-28 14:54:45 -04:00
|
|
|
<object class="GtkMenuItem" id="_loadApplicationFolder">
|
2019-09-02 12:03:57 -04:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2022-07-25 17:02:17 -04:00
|
|
|
<property name="tooltip_text" translatable="yes">Open a file explorer to choose a Switch compatible, unpacked application to load</property>
|
2019-09-02 12:03:57 -04:00
|
|
|
<property name="label" translatable="yes">Load Unpacked Game</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<signal name="activate" handler="Load_Application_Folder" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
2021-06-28 14:54:45 -04:00
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem" id="_appletMenu">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">Load Applet</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" id="LoadMiiEditApplet">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="tooltip_text" translatable="yes">Open Mii Editor Applet in Standalone mode</property>
|
|
|
|
<property name="label" translatable="yes">Mii Editor</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<signal name="activate" handler="Load_Mii_Edit_Applet" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2019-09-02 12:03:57 -04:00
|
|
|
<child>
|
|
|
|
<object class="GtkSeparatorMenuItem">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem" id="OpenRyuFolder">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="tooltip_text" translatable="yes">Open Ryujinx filesystem folder</property>
|
|
|
|
<property name="label" translatable="yes">Open Ryujinx Folder</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<signal name="activate" handler="Open_Ryu_Folder" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
2020-09-20 00:31:05 -04:00
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem" id="OpenLogsFolder">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="tooltip_text" translatable="yes">Opens the folder where logs are written to.</property>
|
|
|
|
<property name="label" translatable="yes">Open Logs Folder</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<signal name="activate" handler="OpenLogsFolder_Pressed" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
2019-09-02 12:03:57 -04:00
|
|
|
<child>
|
|
|
|
<object class="GtkSeparatorMenuItem">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2020-09-29 16:05:25 -04:00
|
|
|
<object class="GtkMenuItem" id="ExitMenuItem">
|
2019-09-02 12:03:57 -04:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="tooltip_text" translatable="yes">Exit Ryujinx</property>
|
|
|
|
<property name="label" translatable="yes">Exit</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<signal name="activate" handler="Exit_Pressed" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2021-03-18 16:40:20 -04:00
|
|
|
<object class="GtkMenuItem" id="_optionMenu">
|
2019-09-02 12:03:57 -04:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">Options</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>
|
2020-02-11 19:56:19 -05:00
|
|
|
<object class="GtkMenuItem" id="_fullScreen">
|
2019-09-02 12:03:57 -04:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2020-02-11 19:56:19 -05:00
|
|
|
<property name="label" translatable="yes">Enter Fullscreen</property>
|
2019-09-02 12:03:57 -04:00
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2020-12-01 17:02:27 -05:00
|
|
|
<child>
|
|
|
|
<object class="GtkCheckMenuItem" id="_startFullScreen">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">Start Games in Fullscreen Mode</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<signal name="toggled" handler="StartFullScreen_Toggled" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2022-03-14 21:35:41 -04:00
|
|
|
<object class="GtkCheckMenuItem" id="_showConsole">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">Show Log Console</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<signal name="toggled" handler="ShowConsole_Toggled" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2020-12-01 17:02:27 -05:00
|
|
|
<object class="GtkSeparatorMenuItem">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2019-09-02 12:03:57 -04:00
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem" id="GUIColumns">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2019-11-28 23:32:51 -05:00
|
|
|
<property name="tooltip_text" translatable="yes">Select which GUI columns to enable</property>
|
2019-09-02 12:03:57 -04:00
|
|
|
<property name="label" translatable="yes">Enable GUI Columns</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<child type="submenu">
|
|
|
|
<object class="GtkMenu">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2019-11-28 23:32:51 -05:00
|
|
|
<child>
|
|
|
|
<object class="GtkCheckMenuItem" id="_favToggle">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="tooltip_text" translatable="yes">Enable or Disable Favorite Games Column in the game list</property>
|
|
|
|
<property name="label" translatable="yes">Enable Favorite Games Column</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2019-09-02 12:03:57 -04:00
|
|
|
<child>
|
|
|
|
<object class="GtkCheckMenuItem" id="_iconToggle">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="tooltip_text" translatable="yes">Enable or Disable Icon Column in the game list</property>
|
|
|
|
<property name="label" translatable="yes">Enable Icon Column</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2019-11-28 23:32:51 -05:00
|
|
|
<object class="GtkCheckMenuItem" id="_appToggle">
|
2019-09-02 12:03:57 -04:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="tooltip_text" translatable="yes">Enable or Disable Title Name/ID Column in the game list</property>
|
|
|
|
<property name="label" translatable="yes">Enable Title Name/ID Column</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCheckMenuItem" id="_developerToggle">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="tooltip_text" translatable="yes">Enable or Disable Developer Column in the game list</property>
|
|
|
|
<property name="label" translatable="yes">Enable Developer Column</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCheckMenuItem" id="_versionToggle">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="tooltip_text" translatable="yes">Enable or Disable Version Column in the game list</property>
|
|
|
|
<property name="label" translatable="yes">Enable Version Column</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCheckMenuItem" id="_timePlayedToggle">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="tooltip_text" translatable="yes">Enable or Disable Time Played Column in the game list</property>
|
|
|
|
<property name="label" translatable="yes">Enable Time Played Column</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCheckMenuItem" id="_lastPlayedToggle">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="tooltip_text" translatable="yes">Enable or Disable Last Played Column in the game list</property>
|
|
|
|
<property name="label" translatable="yes">Enable Last Played Column</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCheckMenuItem" id="_fileExtToggle">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="tooltip_text" translatable="yes">Enable or Disable file extension column in the game list</property>
|
|
|
|
<property name="label" translatable="yes">Enable File Ext Column</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCheckMenuItem" id="_fileSizeToggle">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="tooltip_text" translatable="yes">Enable or Disable File Size Column in the game list</property>
|
|
|
|
<property name="label" translatable="yes">Enable File Size Column</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCheckMenuItem" id="_pathToggle">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="tooltip_text" translatable="yes">Enable or Disable Path Column in the game list</property>
|
|
|
|
<property name="label" translatable="yes">Enable Path Column</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSeparatorMenuItem">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem" id="SettingsMenu">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="tooltip_text" translatable="yes">Open settings window</property>
|
|
|
|
<property name="label" translatable="yes">Settings</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<signal name="activate" handler="Settings_Pressed" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
2021-04-23 16:26:31 -04:00
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem" id="_manageUserProfiles">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="tooltip_text" translatable="yes">Open User Profiles Manager window</property>
|
|
|
|
<property name="label" translatable="yes">Manage User Profiles</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<signal name="activate" handler="ManageUserProfiles_Pressed" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
2019-09-02 12:03:57 -04:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2021-03-18 16:40:20 -04:00
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem" id="_actionMenu">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">Actions</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>
|
2021-12-23 11:33:56 -05:00
|
|
|
<object class="GtkMenuItem" id="_pauseEmulation">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="tooltip_text" translatable="yes">Pause emulation</property>
|
|
|
|
<property name="label" translatable="yes">Pause Emulation</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<signal name="activate" handler="PauseEmulation_Pressed" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem" id="_resumeEmulation">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="tooltip_text" translatable="yes">Resume emulation</property>
|
|
|
|
<property name="label" translatable="yes">Resume Emulation</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<signal name="activate" handler="ResumeEmulation_Pressed" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem" id="_stopEmulation">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="tooltip_text" translatable="yes">Stop emulation of the current game and return to game selection</property>
|
|
|
|
<property name="label" translatable="yes">Stop Emulation</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<signal name="activate" handler="StopEmulation_Pressed" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
2021-03-18 16:40:20 -04:00
|
|
|
<child>
|
|
|
|
<object class="GtkSeparatorMenuItem">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem" id="_simulateWakeUpMessage">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="tooltip_text" translatable="yes">Simulate a Wake-up Message</property>
|
|
|
|
<property name="label" translatable="yes">Simulate Wake-up Message</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<signal name="activate" handler="Simulate_WakeUp_Message_Pressed" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem" id="_scanAmiibo">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="tooltip_text" translatable="yes">Scan an Amiibo</property>
|
|
|
|
<property name="label" translatable="yes">Scan an Amiibo</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<signal name="activate" handler="Scan_Amiibo" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
2021-06-28 16:09:43 -04:00
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem" id="_takeScreenshot">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="tooltip_text" translatable="yes">Take a screenshot</property>
|
|
|
|
<property name="label" translatable="yes">Take Screenshot</property>
|
|
|
|
<signal name="activate" handler="Take_Screenshot" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
2021-07-24 14:48:00 -04:00
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem" id="_hideUi">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2021-08-04 17:28:19 -04:00
|
|
|
<property name="label" translatable="yes">Hide UI (SHOWUIKEY to show)</property>
|
2021-07-24 14:48:00 -04:00
|
|
|
<property name="use_underline">True</property>
|
2022-01-03 03:39:43 -05:00
|
|
|
<signal name="activate" handler="HideUi_Pressed" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem" id="_manageCheats">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">Manage Cheats</property>
|
|
|
|
<signal name="activate" handler="ManageCheats_Pressed" swapped="no"/>
|
2021-07-24 14:48:00 -04:00
|
|
|
</object>
|
|
|
|
</child>
|
2021-03-18 16:40:20 -04:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2019-09-02 12:03:57 -04:00
|
|
|
<child>
|
2020-02-06 06:25:47 -05:00
|
|
|
<object class="GtkMenuItem" id="_toolsMenu">
|
2019-09-02 12:03:57 -04:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">Tools</property>
|
|
|
|
<property name="use_underline">True</property>
|
2020-01-11 21:10:55 -05:00
|
|
|
<child type="submenu">
|
|
|
|
<object class="GtkMenu">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem" id="FirmwareSubMenu">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">Install Firmware</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" id="_firmwareInstallFile">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">Install a firmware from XCI or ZIP</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<signal name="activate" handler="Installer_File_Pressed" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem" id="_firmwareInstallDirectory">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">Install a firmware from a directory</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<signal name="activate" handler="Installer_Directory_Pressed" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2019-09-02 12:03:57 -04:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem" id="HelpMenu">
|
|
|
|
<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>
|
2020-09-29 16:05:25 -04:00
|
|
|
<object class="GtkMenuItem" id="UpdateMenuItem">
|
2019-09-02 12:03:57 -04:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2020-09-29 16:05:25 -04:00
|
|
|
<property name="tooltip_text" translatable="yes">Check for updates to Ryujinx</property>
|
2019-09-02 12:03:57 -04:00
|
|
|
<property name="label" translatable="yes">Check for Updates</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<signal name="activate" handler="Update_Pressed" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSeparatorMenuItem">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem" id="About">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="tooltip_text" translatable="yes">Open about window</property>
|
|
|
|
<property name="label" translatable="yes">About</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<signal name="activate" handler="About_Pressed" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2020-02-13 12:43:29 -05:00
|
|
|
<object class="GtkBox" id="_mainBox">
|
2019-09-02 12:03:57 -04:00
|
|
|
<property name="visible">True</property>
|
2019-11-28 23:32:51 -05:00
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="orientation">vertical</property>
|
2019-09-02 12:03:57 -04:00
|
|
|
<child>
|
2020-02-11 19:56:19 -05:00
|
|
|
<object class="GtkBox" id="_viewBox">
|
2019-09-02 12:03:57 -04:00
|
|
|
<property name="visible">True</property>
|
2020-02-11 19:56:19 -05:00
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="orientation">vertical</property>
|
2019-11-28 23:32:51 -05:00
|
|
|
<child>
|
2020-02-11 19:56:19 -05:00
|
|
|
<object class="GtkScrolledWindow" id="_gameTableWindow">
|
2019-11-28 23:32:51 -05:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2020-02-11 19:56:19 -05:00
|
|
|
<property name="shadow_type">in</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkTreeView" id="_gameTable">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="reorderable">True</property>
|
|
|
|
<property name="hover_selection">True</property>
|
2022-01-03 03:39:43 -05:00
|
|
|
<signal name="row-activated" handler="Row_Activated" swapped="no"/>
|
2020-02-11 19:56:19 -05:00
|
|
|
<child internal-child="selection">
|
|
|
|
<object class="GtkTreeSelection" id="_gameTableSelection"/>
|
|
|
|
</child>
|
|
|
|
</object>
|
2019-11-28 23:32:51 -05:00
|
|
|
</child>
|
|
|
|
</object>
|
2020-02-11 19:56:19 -05:00
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
2019-09-02 12:03:57 -04:00
|
|
|
</child>
|
|
|
|
</object>
|
2019-11-28 23:32:51 -05:00
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2020-02-11 19:56:19 -05:00
|
|
|
<object class="GtkBox" id="_footerBox">
|
2020-02-13 12:43:29 -05:00
|
|
|
<property name="height_request">19</property>
|
2020-03-06 21:40:06 -05:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2019-11-28 23:32:51 -05:00
|
|
|
<child>
|
2020-02-11 19:56:19 -05:00
|
|
|
<object class="GtkBox" id="_listStatusBox">
|
2019-11-28 23:32:51 -05:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<child>
|
2020-02-11 19:56:19 -05:00
|
|
|
<object class="GtkEventBox">
|
2019-11-28 23:32:51 -05:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2020-02-11 19:56:19 -05:00
|
|
|
<property name="margin_left">5</property>
|
2022-01-03 03:39:43 -05:00
|
|
|
<signal name="button-release-event" handler="RefreshList_Pressed" swapped="no"/>
|
2020-02-11 19:56:19 -05:00
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
|
|
|
<property name="name">RefreshList</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="stock">gtk-refresh</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2019-11-28 23:32:51 -05:00
|
|
|
</object>
|
2020-02-11 19:56:19 -05:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="_progressLabel">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="margin_left">10</property>
|
|
|
|
<property name="margin_right">5</property>
|
|
|
|
<property name="margin_top">2</property>
|
|
|
|
<property name="margin_bottom">2</property>
|
|
|
|
<property name="label" translatable="yes">0/0 Games Loaded</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2021-03-02 19:39:36 -05:00
|
|
|
<object class="GtkProgressBar" id="_progressBar">
|
2020-02-11 19:56:19 -05:00
|
|
|
<property name="width_request">200</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="margin_left">10</property>
|
|
|
|
<property name="margin_right">5</property>
|
2021-03-02 19:39:36 -05:00
|
|
|
<property name="margin_bottom">6</property>
|
2020-02-11 19:56:19 -05:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
2019-11-28 23:32:51 -05:00
|
|
|
</child>
|
|
|
|
</object>
|
2020-03-06 21:40:06 -05:00
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="_statusBar">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<child>
|
2020-11-18 19:34:28 -05:00
|
|
|
<object class="GtkEventBox">
|
2020-03-06 21:40:06 -05:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2022-01-03 03:39:43 -05:00
|
|
|
<signal name="button-release-event" handler="VSyncStatus_Clicked" swapped="no"/>
|
2020-11-18 19:34:28 -05:00
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="_vSyncStatus">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="margin_left">5</property>
|
|
|
|
<property name="margin_right">5</property>
|
|
|
|
<property name="label" translatable="yes">VSync</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2020-03-06 21:40:06 -05:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSeparator">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2020-11-18 19:34:28 -05:00
|
|
|
<object class="GtkEventBox">
|
2020-03-06 21:40:06 -05:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2022-01-03 03:39:43 -05:00
|
|
|
<signal name="button-release-event" handler="DockedMode_Clicked" swapped="no"/>
|
2020-11-18 19:34:28 -05:00
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="_dockedMode">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="margin_left">5</property>
|
|
|
|
<property name="margin_right">5</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2020-03-06 21:40:06 -05:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSeparator">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">3</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2020-12-15 21:19:07 -05:00
|
|
|
<child>
|
|
|
|
<object class="GtkEventBox">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2022-01-03 03:39:43 -05:00
|
|
|
<signal name="button-release-event" handler="VolumeStatus_Clicked" swapped="no"/>
|
2020-12-15 21:19:07 -05:00
|
|
|
<child>
|
2021-12-23 11:33:56 -05:00
|
|
|
<object class="GtkLabel" id="_volumeStatus">
|
2020-12-15 21:19:07 -05:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="margin_left">5</property>
|
|
|
|
<property name="margin_right">5</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">4</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSeparator">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">5</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2021-12-23 11:33:56 -05:00
|
|
|
<child>
|
|
|
|
<object class="GtkEventBox">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
2022-01-03 03:39:43 -05:00
|
|
|
<signal name="button-release-event" handler="AspectRatio_Clicked" swapped="no"/>
|
2021-12-23 11:33:56 -05:00
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="_aspectRatio">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="margin_left">5</property>
|
|
|
|
<property name="margin_right">5</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">6</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSeparator">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">7</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2020-03-06 21:40:06 -05:00
|
|
|
<child>
|
2020-10-13 16:54:42 -04:00
|
|
|
<object class="GtkLabel" id="_gameStatus">
|
2020-03-06 21:40:06 -05:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="margin_left">5</property>
|
2020-03-24 17:54:09 -04:00
|
|
|
<property name="margin_right">5</property>
|
2020-03-06 21:40:06 -05:00
|
|
|
</object>
|
|
|
|
<packing>
|
2020-03-24 17:54:09 -04:00
|
|
|
<property name="expand">False</property>
|
2020-03-06 21:40:06 -05:00
|
|
|
<property name="fill">True</property>
|
2021-12-23 11:33:56 -05:00
|
|
|
<property name="position">8</property>
|
2020-03-06 21:40:06 -05:00
|
|
|
</packing>
|
|
|
|
</child>
|
2020-03-24 17:54:09 -04:00
|
|
|
<child>
|
|
|
|
<object class="GtkSeparator">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
2021-12-23 11:33:56 -05:00
|
|
|
<property name="position">9</property>
|
2020-03-24 17:54:09 -04:00
|
|
|
</packing>
|
|
|
|
</child>
|
2020-05-04 18:10:01 -04:00
|
|
|
<child>
|
2020-10-13 16:54:42 -04:00
|
|
|
<object class="GtkLabel" id="_fifoStatus">
|
2020-05-04 18:10:01 -04:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="margin_left">5</property>
|
|
|
|
<property name="margin_right">5</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
2021-12-23 11:33:56 -05:00
|
|
|
<property name="position">10</property>
|
2020-05-04 18:10:01 -04:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSeparator">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
2021-12-23 11:33:56 -05:00
|
|
|
<property name="position">11</property>
|
2020-05-04 18:10:01 -04:00
|
|
|
</packing>
|
|
|
|
</child>
|
2020-03-24 17:54:09 -04:00
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="_gpuName">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="margin_left">5</property>
|
2021-03-02 19:39:36 -05:00
|
|
|
<property name="margin_right">5</property>
|
2020-03-24 17:54:09 -04:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
2021-12-23 11:33:56 -05:00
|
|
|
<property name="position">12</property>
|
2020-03-24 17:54:09 -04:00
|
|
|
</packing>
|
|
|
|
</child>
|
2020-03-06 21:40:06 -05:00
|
|
|
</object>
|
2019-11-28 23:32:51 -05:00
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
2020-02-11 19:56:19 -05:00
|
|
|
<property name="position">1</property>
|
2019-11-28 23:32:51 -05:00
|
|
|
</packing>
|
2020-01-11 21:10:55 -05:00
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="margin_left">5</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="label" translatable="yes">System Version</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="_firmwareVersionLabel">
|
|
|
|
<property name="width_request">50</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="margin_left">5</property>
|
|
|
|
<property name="margin_right">5</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="pack_type">end</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="pack_type">end</property>
|
|
|
|
<property name="position">4</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2021-06-28 16:09:43 -04:00
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="_loadingStatusLabel">
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="margin_left">5</property>
|
|
|
|
<property name="margin_right">5</property>
|
|
|
|
<property name="label" translatable="yes">0/0 </property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">11</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkProgressBar" id="_loadingStatusBar">
|
|
|
|
<property name="width_request">200</property>
|
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="margin_left">5</property>
|
|
|
|
<property name="margin_right">5</property>
|
|
|
|
<property name="margin_bottom">6</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">12</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2019-11-28 23:32:51 -05:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
2019-09-02 12:03:57 -04:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2022-01-03 03:39:43 -05:00
|
|
|
<child type="titlebar">
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
2019-09-02 12:03:57 -04:00
|
|
|
</object>
|
|
|
|
</interface>
|