mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 16:50:11 +00:00
715b8744f5
Set the .top, .left, etc css classes and render the background of the border windows. Change the reftest implementation accordingly.
20 lines
714 B
XML
20 lines
714 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Generated with glade 3.18.3 -->
|
|
<interface>
|
|
<requires lib="gtk+" version="3.0"/>
|
|
<object class="GtkWindow" id="window">
|
|
<property name="can_focus">False</property>
|
|
<property name="type">popup</property>
|
|
<child>
|
|
<object class="GtkTextView" id="textview1">
|
|
<property name="width_request">160</property>
|
|
<property name="height_request">160</property>
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="wrap_mode">word</property>
|
|
<signal name="map" handler="reftest:add_border_windows" swapped="no"/>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|