|
|
@@ -1,254 +0,0 @@
|
|
|
-<?xml version="1.0" encoding="UTF-8"?>
|
|
|
-<interface>
|
|
|
- <!-- interface-requires gtk+ 3.6 -->
|
|
|
- <object class="GtkListStore" id="platform_list_store">
|
|
|
- <columns>
|
|
|
- <!-- column-name gchararray2 -->
|
|
|
- <column type="gchararray"/>
|
|
|
- <!-- column-name gchararray1 -->
|
|
|
- <column type="gchararray"/>
|
|
|
- </columns>
|
|
|
- <data>
|
|
|
- <row>
|
|
|
- <col id="0" translatable="yes">linux</col>
|
|
|
- <col id="1" translatable="yes">Linux</col>
|
|
|
- </row>
|
|
|
- <row>
|
|
|
- <col id="0" translatable="yes">windows</col>
|
|
|
- <col id="1" translatable="yes">Windows</col>
|
|
|
- </row>
|
|
|
- <row>
|
|
|
- <col id="0" translatable="yes">android</col>
|
|
|
- <col id="1" translatable="yes">Android</col>
|
|
|
- </row>
|
|
|
- </data>
|
|
|
- </object>
|
|
|
- <object class="GtkListStore" id="target_list_store">
|
|
|
- <columns>
|
|
|
- <!-- column-name guint1 -->
|
|
|
- <column type="guint"/>
|
|
|
- <!-- column-name gchararray1 -->
|
|
|
- <column type="gchararray"/>
|
|
|
- </columns>
|
|
|
- <data>
|
|
|
- <row>
|
|
|
- <col id="0">0</col>
|
|
|
- <col id="1" translatable="yes">Devel</col>
|
|
|
- </row>
|
|
|
- <row>
|
|
|
- <col id="0">1</col>
|
|
|
- <col id="1" translatable="yes">Release</col>
|
|
|
- </row>
|
|
|
- </data>
|
|
|
- </object>
|
|
|
- <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>
|
|
|
- <property name="row_homogeneous">True</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>
|
|
|
- <property name="model">platform_list_store</property>
|
|
|
- <property name="active">0</property>
|
|
|
- <property name="entry_text_column">1</property>
|
|
|
- <signal name="changed" handler="on_platform_combobox_changed" swapped="no"/>
|
|
|
- <child>
|
|
|
- <object class="GtkCellRendererText" id="cellrenderertext1"/>
|
|
|
- <attributes>
|
|
|
- <attribute name="text">1</attribute>
|
|
|
- </attributes>
|
|
|
- </child>
|
|
|
- </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>
|
|
|
- <property name="model">target_list_store</property>
|
|
|
- <property name="active">0</property>
|
|
|
- <signal name="changed" handler="on_target_combobox_changed" swapped="no"/>
|
|
|
- <child>
|
|
|
- <object class="GtkCellRendererText" id="cellrenderertext2"/>
|
|
|
- <attributes>
|
|
|
- <attribute name="text">1</attribute>
|
|
|
- </attributes>
|
|
|
- </child>
|
|
|
- </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">Console</property>
|
|
|
- <property name="visible">True</property>
|
|
|
- <property name="can_focus">True</property>
|
|
|
- <property name="receives_default">True</property>
|
|
|
- <signal name="clicked" handler="on_console_button_clicked" swapped="no"/>
|
|
|
- </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>
|