mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
bbfaacb598
Test that a horizontal box changes the order of its
children in RTL, and that widget margins flip start
and end.
This tests the fix in d89ff71819
.
29 lines
822 B
XML
29 lines
822 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<object class="GtkWindow" id="window1">
|
|
<property name="decorated">0</property>
|
|
<property name="resizable">0</property>
|
|
<child>
|
|
<object class="GtkBox">
|
|
<child>
|
|
<object class="GtkDrawingArea">
|
|
<property name="name">green</property>
|
|
<property name="margin-end">50</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkDrawingArea">
|
|
<property name="name">yellow</property>
|
|
<property name="margin-end">10</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkDrawingArea">
|
|
<property name="name">red</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|