mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 16:50:11 +00:00
33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<interface>
|
||
|
<!-- interface-requires gtk+ 3.0 -->
|
||
|
<object class="GtkWindow" id="window1">
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="type">popup</property>
|
||
|
<property name="width_request">300</property>
|
||
|
<property name="height_request">300</property>
|
||
|
<child>
|
||
|
<object class="GtkBox" id="box1">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="orientation">vertical</property>
|
||
|
<child>
|
||
|
<object class="GtkButton" id="button1">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="label">Foo</property>
|
||
|
<style>
|
||
|
<class name="only-child-notref"/>
|
||
|
</style>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">False</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">0</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</interface>
|