|
@@ -0,0 +1,193 @@
|
|
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
+<interface>
|
|
|
|
|
+ <!-- interface-requires gtk+ 3.6 -->
|
|
|
|
|
+ <object class="GtkWindow" id="window1">
|
|
|
|
|
+ <property name="can_focus">False</property>
|
|
|
|
|
+ <property name="window_position">center-always</property>
|
|
|
|
|
+ <signal name="delete-event" handler="on_delete" swapped="no"/>
|
|
|
|
|
+ <child>
|
|
|
|
|
+ <object class="GtkBox" id="box1">
|
|
|
|
|
+ <property name="visible">True</property>
|
|
|
|
|
+ <property name="can_focus">False</property>
|
|
|
|
|
+ <property name="margin_left">10</property>
|
|
|
|
|
+ <property name="margin_right">10</property>
|
|
|
|
|
+ <property name="margin_top">10</property>
|
|
|
|
|
+ <property name="margin_bottom">10</property>
|
|
|
|
|
+ <property name="orientation">vertical</property>
|
|
|
|
|
+ <property name="spacing">10</property>
|
|
|
|
|
+ <child>
|
|
|
|
|
+ <object class="GtkGrid" id="grid1">
|
|
|
|
|
+ <property name="visible">True</property>
|
|
|
|
|
+ <property name="can_focus">False</property>
|
|
|
|
|
+ <property name="row_spacing">10</property>
|
|
|
|
|
+ <property name="column_spacing">10</property>
|
|
|
|
|
+ <child>
|
|
|
|
|
+ <object class="GtkLabel" id="label1">
|
|
|
|
|
+ <property name="visible">True</property>
|
|
|
|
|
+ <property name="can_focus">False</property>
|
|
|
|
|
+ <property name="xalign">0</property>
|
|
|
|
|
+ <property name="label" translatable="yes">Project:</property>
|
|
|
|
|
+ </object>
|
|
|
|
|
+ <packing>
|
|
|
|
|
+ <property name="left_attach">0</property>
|
|
|
|
|
+ <property name="top_attach">0</property>
|
|
|
|
|
+ <property name="width">1</property>
|
|
|
|
|
+ <property name="height">1</property>
|
|
|
|
|
+ </packing>
|
|
|
|
|
+ </child>
|
|
|
|
|
+ <child>
|
|
|
|
|
+ <object class="GtkLabel" id="label2">
|
|
|
|
|
+ <property name="visible">True</property>
|
|
|
|
|
+ <property name="can_focus">False</property>
|
|
|
|
|
+ <property name="xalign">0</property>
|
|
|
|
|
+ <property name="label" translatable="yes">Platform:</property>
|
|
|
|
|
+ </object>
|
|
|
|
|
+ <packing>
|
|
|
|
|
+ <property name="left_attach">0</property>
|
|
|
|
|
+ <property name="top_attach">1</property>
|
|
|
|
|
+ <property name="width">1</property>
|
|
|
|
|
+ <property name="height">1</property>
|
|
|
|
|
+ </packing>
|
|
|
|
|
+ </child>
|
|
|
|
|
+ <child>
|
|
|
|
|
+ <object class="GtkLabel" id="label3">
|
|
|
|
|
+ <property name="visible">True</property>
|
|
|
|
|
+ <property name="can_focus">False</property>
|
|
|
|
|
+ <property name="xalign">0</property>
|
|
|
|
|
+ <property name="label" translatable="yes">Target:</property>
|
|
|
|
|
+ </object>
|
|
|
|
|
+ <packing>
|
|
|
|
|
+ <property name="left_attach">0</property>
|
|
|
|
|
+ <property name="top_attach">2</property>
|
|
|
|
|
+ <property name="width">1</property>
|
|
|
|
|
+ <property name="height">1</property>
|
|
|
|
|
+ </packing>
|
|
|
|
|
+ </child>
|
|
|
|
|
+ <child>
|
|
|
|
|
+ <object class="GtkFileChooserButton" id="project_chooser">
|
|
|
|
|
+ <property name="visible">True</property>
|
|
|
|
|
+ <property name="can_focus">False</property>
|
|
|
|
|
+ <property name="orientation">vertical</property>
|
|
|
|
|
+ <property name="action">select-folder</property>
|
|
|
|
|
+ <signal name="file-set" handler="on_project_chooser_file_set" swapped="no"/>
|
|
|
|
|
+ </object>
|
|
|
|
|
+ <packing>
|
|
|
|
|
+ <property name="left_attach">1</property>
|
|
|
|
|
+ <property name="top_attach">0</property>
|
|
|
|
|
+ <property name="width">1</property>
|
|
|
|
|
+ <property name="height">1</property>
|
|
|
|
|
+ </packing>
|
|
|
|
|
+ </child>
|
|
|
|
|
+ <child>
|
|
|
|
|
+ <object class="GtkComboBox" id="platform_combobox">
|
|
|
|
|
+ <property name="visible">True</property>
|
|
|
|
|
+ <property name="can_focus">False</property>
|
|
|
|
|
+ </object>
|
|
|
|
|
+ <packing>
|
|
|
|
|
+ <property name="left_attach">1</property>
|
|
|
|
|
+ <property name="top_attach">1</property>
|
|
|
|
|
+ <property name="width">1</property>
|
|
|
|
|
+ <property name="height">1</property>
|
|
|
|
|
+ </packing>
|
|
|
|
|
+ </child>
|
|
|
|
|
+ <child>
|
|
|
|
|
+ <object class="GtkComboBox" id="target_combobox">
|
|
|
|
|
+ <property name="visible">True</property>
|
|
|
|
|
+ <property name="can_focus">False</property>
|
|
|
|
|
+ </object>
|
|
|
|
|
+ <packing>
|
|
|
|
|
+ <property name="left_attach">1</property>
|
|
|
|
|
+ <property name="top_attach">2</property>
|
|
|
|
|
+ <property name="width">1</property>
|
|
|
|
|
+ <property name="height">1</property>
|
|
|
|
|
+ </packing>
|
|
|
|
|
+ </child>
|
|
|
|
|
+ <child>
|
|
|
|
|
+ <object class="GtkButton" id="run_button">
|
|
|
|
|
+ <property name="label" translatable="yes">Run</property>
|
|
|
|
|
+ <property name="visible">True</property>
|
|
|
|
|
+ <property name="sensitive">False</property>
|
|
|
|
|
+ <property name="can_focus">True</property>
|
|
|
|
|
+ <property name="receives_default">True</property>
|
|
|
|
|
+ <signal name="clicked" handler="on_run_button_clicked" swapped="no"/>
|
|
|
|
|
+ </object>
|
|
|
|
|
+ <packing>
|
|
|
|
|
+ <property name="left_attach">2</property>
|
|
|
|
|
+ <property name="top_attach">2</property>
|
|
|
|
|
+ <property name="width">1</property>
|
|
|
|
|
+ <property name="height">1</property>
|
|
|
|
|
+ </packing>
|
|
|
|
|
+ </child>
|
|
|
|
|
+ <child>
|
|
|
|
|
+ <placeholder/>
|
|
|
|
|
+ </child>
|
|
|
|
|
+ <child>
|
|
|
|
|
+ <placeholder/>
|
|
|
|
|
+ </child>
|
|
|
|
|
+ </object>
|
|
|
|
|
+ <packing>
|
|
|
|
|
+ <property name="expand">False</property>
|
|
|
|
|
+ <property name="fill">True</property>
|
|
|
|
|
+ <property name="position">0</property>
|
|
|
|
|
+ </packing>
|
|
|
|
|
+ </child>
|
|
|
|
|
+ <child>
|
|
|
|
|
+ <object class="GtkBox" id="box2">
|
|
|
|
|
+ <property name="visible">True</property>
|
|
|
|
|
+ <property name="can_focus">False</property>
|
|
|
|
|
+ <property name="orientation">vertical</property>
|
|
|
|
|
+ <property name="spacing">10</property>
|
|
|
|
|
+ <child>
|
|
|
|
|
+ <object class="GtkButton" id="browser_button">
|
|
|
|
|
+ <property name="label" translatable="yes">Resource browser</property>
|
|
|
|
|
+ <property name="visible">True</property>
|
|
|
|
|
+ <property name="can_focus">True</property>
|
|
|
|
|
+ <property name="receives_default">True</property>
|
|
|
|
|
+ <signal name="clicked" handler="on_browser_button_clicked" swapped="no"/>
|
|
|
|
|
+ </object>
|
|
|
|
|
+ <packing>
|
|
|
|
|
+ <property name="expand">False</property>
|
|
|
|
|
+ <property name="fill">True</property>
|
|
|
|
|
+ <property name="position">0</property>
|
|
|
|
|
+ </packing>
|
|
|
|
|
+ </child>
|
|
|
|
|
+ <child>
|
|
|
|
|
+ <object class="GtkButton" id="button3">
|
|
|
|
|
+ <property name="label" translatable="yes">World editor</property>
|
|
|
|
|
+ <property name="visible">True</property>
|
|
|
|
|
+ <property name="can_focus">True</property>
|
|
|
|
|
+ <property name="receives_default">True</property>
|
|
|
|
|
+ </object>
|
|
|
|
|
+ <packing>
|
|
|
|
|
+ <property name="expand">False</property>
|
|
|
|
|
+ <property name="fill">True</property>
|
|
|
|
|
+ <property name="position">1</property>
|
|
|
|
|
+ </packing>
|
|
|
|
|
+ </child>
|
|
|
|
|
+ <child>
|
|
|
|
|
+ <object class="GtkButton" id="button4">
|
|
|
|
|
+ <property name="label" translatable="yes">Something else</property>
|
|
|
|
|
+ <property name="visible">True</property>
|
|
|
|
|
+ <property name="can_focus">True</property>
|
|
|
|
|
+ <property name="receives_default">True</property>
|
|
|
|
|
+ </object>
|
|
|
|
|
+ <packing>
|
|
|
|
|
+ <property name="expand">False</property>
|
|
|
|
|
+ <property name="fill">True</property>
|
|
|
|
|
+ <property name="position">2</property>
|
|
|
|
|
+ </packing>
|
|
|
|
|
+ </child>
|
|
|
|
|
+ </object>
|
|
|
|
|
+ <packing>
|
|
|
|
|
+ <property name="expand">False</property>
|
|
|
|
|
+ <property name="fill">True</property>
|
|
|
|
|
+ <property name="position">1</property>
|
|
|
|
|
+ </packing>
|
|
|
|
|
+ </child>
|
|
|
|
|
+ <child>
|
|
|
|
|
+ <placeholder/>
|
|
|
|
|
+ </child>
|
|
|
|
|
+ </object>
|
|
|
|
|
+ </child>
|
|
|
|
|
+ </object>
|
|
|
|
|
+</interface>
|