mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
7e30b82aee
The GtkBuilder window containing the complex popover UI was left dangling, and with a dangling pointer to its former child, causing crashes on gtk_grab_notify() after the popover was destroyed.
104 lines
3.5 KiB
XML
104 lines
3.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Generated with glade 3.16.0 on Wed Nov 13 16:45:55 2013 -->
|
|
<interface>
|
|
<!-- interface-requires gtk+ 3.10 -->
|
|
<object class="GtkListStore" id="liststore1">
|
|
<columns>
|
|
<!-- column-name Name -->
|
|
<column type="gchararray"/>
|
|
</columns>
|
|
<data>
|
|
<row>
|
|
<col id="0" translatable="yes">Item 1</col>
|
|
</row>
|
|
<row>
|
|
<col id="0" translatable="yes">Item 2</col>
|
|
</row>
|
|
<row>
|
|
<col id="0" translatable="yes">Item 3</col>
|
|
</row>
|
|
<row>
|
|
<col id="0" translatable="yes">Item 4</col>
|
|
</row>
|
|
<row>
|
|
<col id="0" translatable="yes">Item 5</col>
|
|
</row>
|
|
<row>
|
|
<col id="0" translatable="yes">Item 6</col>
|
|
</row>
|
|
<row>
|
|
<col id="0" translatable="yes">Item 7</col>
|
|
</row>
|
|
<row>
|
|
<col id="0" translatable="yes">Item 8</col>
|
|
</row>
|
|
<row>
|
|
<col id="0" translatable="yes">Item 9</col>
|
|
</row>
|
|
<row>
|
|
<col id="0" translatable="yes">Item 10</col>
|
|
</row>
|
|
</data>
|
|
</object>
|
|
<object class="GtkWindow" id="window">
|
|
<property name="can_focus">False</property>
|
|
<child>
|
|
<object class="GtkBox" id="box">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="orientation">vertical</property>
|
|
<property name="spacing">6</property>
|
|
<child>
|
|
<object class="GtkEntry" id="entry1">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="primary_icon_name">edit-find</property>
|
|
<property name="secondary_icon_name">edit-clear</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">0</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkScrolledWindow" id="scrolledwindow1">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="shadow_type">in</property>
|
|
<child>
|
|
<object class="GtkTreeView" id="treeview1">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="vexpand">True</property>
|
|
<property name="model">liststore1</property>
|
|
<property name="headers_visible">False</property>
|
|
<property name="enable_search">False</property>
|
|
<property name="search_column">2</property>
|
|
<child internal-child="selection">
|
|
<object class="GtkTreeSelection" id="treeview-selection1"/>
|
|
</child>
|
|
<child>
|
|
<object class="GtkTreeViewColumn" id="column1">
|
|
<child>
|
|
<object class="GtkCellRendererText" id="cellrenderer1"/>
|
|
<attributes>
|
|
<attribute name="text">0</attribute>
|
|
</attributes>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|