mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
980934f82d
This allows getting rid of popup windows.
10 lines
308 B
XML
10 lines
308 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<object class="GtkWindow" id="window1">
|
|
<property name="width_request">20</property>
|
|
<property name="height_request">20</property>
|
|
<property name="decorated">0</property>
|
|
<property name="name">reference</property>
|
|
</object>
|
|
</interface>
|