mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 10:20:07 +00:00
980934f82d
This allows getting rid of popup windows.
20 lines
640 B
XML
20 lines
640 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<object class="GtkWindow" id="window1">
|
|
<property name="width_request">400</property>
|
|
<property name="height_request">300</property>
|
|
<property name="decorated">0</property>
|
|
<child>
|
|
<object class="GtkRevealer" id="revealer1">
|
|
<property name="transition_type">none</property>
|
|
<property name="reveal_child">1</property>
|
|
<child>
|
|
<object class="GtkLabel" id="label1">
|
|
<property name="label" translatable="yes">Hello World</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|