mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-27 13:15:45 +00:00
12 lines
333 B
XML
Executable file
12 lines
333 B
XML
Executable file
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<requires lib="gtk+" version="3.18"/>
|
|
<object class="GtkWindow" id="${EscapedIdentifier}">
|
|
<property name="can_focus">False</property>
|
|
<property name="title" translatable="yes">${Name}</property>
|
|
<child>
|
|
<placeholder/>
|
|
</child>
|
|
</object>
|
|
</interface>
|