mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
9 lines
366 B
XML
9 lines
366 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<requires lib="gtk" version="4.0"/>
|
|
<object class="GtkBox">
|
|
<property name="visible" bind-source="box2" bind-property="visible" bind-flags="sync-create"/>
|
|
<property name="orientation" bind-source="box2" bind-property="orientation"/>
|
|
</object>
|
|
<object class="GtkBox" id="box2"></object>
|
|
</interface>
|