mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 03:10:09 +00:00
a0444b9c42
Same as fishbowl, but with widgets
59 lines
2.3 KiB
XML
59 lines
2.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<!-- interface-requires gtk+ 3.6 -->
|
|
<object class="GtkWindow" id="window">
|
|
<property name="title" translatable="yes">Fishbowl</property>
|
|
<child type="titlebar">
|
|
<object class="GtkHeaderBar" id="">
|
|
<property name="visible">True</property>
|
|
<property name="show-close-button">True</property>
|
|
<child>
|
|
<object class="GtkLabel" id="info_label">
|
|
<property name="visible">True</property>
|
|
</object>
|
|
<packing>
|
|
<property name="pack_type">end</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="visible">True</property>
|
|
<property name="label" bind-source="bowl" bind-property="count">0</property>
|
|
</object>
|
|
<packing>
|
|
<property name="pack_type">end</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkToggleButton" id="changes_allow">
|
|
<property name="active">False</property>
|
|
<property name="visible" bind-source="changes_allow" bind-property="active" bind-flags="invert-boolean">True</property>
|
|
<property name="icon-name">changes-allow</property>
|
|
<property name="relief">none</property>
|
|
</object>
|
|
<packing>
|
|
<property name="pack_type">end</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkToggleButton" id="changes_prevent">
|
|
<property name="active" bind-source="changes_allow" bind-property="active" bind-flags="bidirectional|invert-boolean">True</property>
|
|
<property name="visible" bind-source="changes_prevent" bind-property="active" bind-flags="invert-boolean">False</property>
|
|
<property name="icon-name">changes-prevent</property>
|
|
<property name="relief">none</property>
|
|
</object>
|
|
<packing>
|
|
<property name="pack_type">end</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkFishbowl" id="bowl">
|
|
<property name="visible">True</property>
|
|
<property name="animating">True</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|