2016-11-05 02:31:10 +00:00
|
|
|
<interface>
|
|
|
|
<object class="GtkWindow" id="window">
|
|
|
|
<property name="title" translatable="yes">Fishbowl</property>
|
|
|
|
<child type="titlebar">
|
|
|
|
<object class="GtkHeaderBar" id="">
|
2018-01-18 22:46:58 +00:00
|
|
|
<property name="show-title-buttons">1</property>
|
2018-04-24 19:32:36 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<style>
|
|
|
|
<class name="linked"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton">
|
|
|
|
<property name="icon-name">pan-start-symbolic</property>
|
|
|
|
<signal name="clicked" handler="prev_button_clicked_cb" object="bowl" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton">
|
|
|
|
<property name="icon-name">pan-end-symbolic</property>
|
|
|
|
<signal name="clicked" handler="next_button_clicked_cb" object="bowl" swapped="no"/>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2019-03-27 17:20:18 +00:00
|
|
|
<child type="end">
|
2018-04-24 17:04:44 +00:00
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="label">fps</property>
|
|
|
|
</object>
|
2019-03-27 17:20:18 +00:00
|
|
|
<packing/>
|
2018-04-24 17:04:44 +00:00
|
|
|
</child>
|
2019-03-27 17:20:18 +00:00
|
|
|
<child type="end">
|
2018-04-24 17:04:44 +00:00
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="label" bind-source="bowl" bind-property="framerate"/>
|
|
|
|
</object>
|
2019-03-27 17:20:18 +00:00
|
|
|
<packing/>
|
2018-04-24 17:04:44 +00:00
|
|
|
</child>
|
2019-03-27 17:20:18 +00:00
|
|
|
<child type="end">
|
2018-04-24 17:04:44 +00:00
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="label">Icons, </property>
|
2017-01-07 01:05:26 +00:00
|
|
|
</object>
|
2019-03-27 17:20:18 +00:00
|
|
|
<packing/>
|
2017-01-07 01:05:26 +00:00
|
|
|
</child>
|
2019-03-27 17:20:18 +00:00
|
|
|
<child type="end">
|
2017-01-07 01:05:26 +00:00
|
|
|
<object class="GtkLabel">
|
2018-01-18 22:46:58 +00:00
|
|
|
<property name="label" bind-source="bowl" bind-property="count"/>
|
2016-11-05 02:31:10 +00:00
|
|
|
</object>
|
2019-03-27 17:20:18 +00:00
|
|
|
<packing/>
|
2016-11-05 02:31:10 +00:00
|
|
|
</child>
|
2019-03-27 17:20:18 +00:00
|
|
|
<child type="end">
|
2016-11-20 04:29:03 +00:00
|
|
|
<object class="GtkToggleButton" id="changes_allow">
|
2018-01-18 22:46:58 +00:00
|
|
|
<property name="visible" bind-source="changes_allow" bind-property="active" bind-flags="invert-boolean"/>
|
2016-11-20 04:29:03 +00:00
|
|
|
<property name="icon-name">changes-allow</property>
|
|
|
|
<property name="relief">none</property>
|
|
|
|
</object>
|
2019-03-27 17:20:18 +00:00
|
|
|
<packing/>
|
2016-11-20 04:29:03 +00:00
|
|
|
</child>
|
2019-03-27 17:20:18 +00:00
|
|
|
<child type="end">
|
2016-11-20 04:29:03 +00:00
|
|
|
<object class="GtkToggleButton" id="changes_prevent">
|
2019-03-27 17:20:18 +00:00
|
|
|
<property name="active" bind-source="changes_allow" bind-property="active" bind-flags="bidirectional|invert-boolean"/>
|
|
|
|
<property name="visible" bind-source="changes_prevent" bind-property="active" bind-flags="invert-boolean"/>
|
2016-11-20 04:29:03 +00:00
|
|
|
<property name="icon-name">changes-prevent</property>
|
|
|
|
<property name="relief">none</property>
|
|
|
|
</object>
|
2019-03-27 17:20:18 +00:00
|
|
|
<packing/>
|
2016-11-20 04:29:03 +00:00
|
|
|
</child>
|
2016-11-05 02:31:10 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2017-01-07 00:59:23 +00:00
|
|
|
<object class="GtkFishbowl" id="bowl">
|
2016-11-05 02:31:10 +00:00
|
|
|
<property name="visible">True</property>
|
2017-01-07 00:59:23 +00:00
|
|
|
<property name="animating">True</property>
|
2019-03-27 17:20:18 +00:00
|
|
|
<property name="benchmark" bind-source="changes_allow" bind-property="active" bind-flags="invert-boolean"/>
|
2016-11-05 02:31:10 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</interface>
|