mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 03:10:09 +00:00
28 lines
875 B
Plaintext
28 lines
875 B
Plaintext
|
<?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>
|
||
|
<property name="label">0 fish - 0 fps</property>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="pack_type">end</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkFixed" id="bowl">
|
||
|
<property name="visible">True</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</interface>
|