gtk2/testsuite/reftests/textview-border-windows.ui
Matthias Clasen c192038027 reftests: Avoid text caret from interfering
We are comparing a transparent label to a transparent
text view, so need to make sure the caret does not show
up in the text view to ruin the comparison.
2020-04-24 18:33:57 -04:00

17 lines
583 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk+" version="3.0"/>
<object class="GtkWindow" id="window">
<property name="decorated">0</property>
<child>
<object class="GtkTextView" id="textview1">
<property name="width_request">160</property>
<property name="height_request">160</property>
<property name="wrap_mode">word</property>
<property name="cursor_visible">0</property>
<signal name="map" handler="reftest:add_border_windows" swapped="no"/>
</object>
</child>
</object>
</interface>