1<?xml version="1.0" encoding="UTF-8"?> 2<!-- Generated with glade 3.36.0 --> 3<interface domain="cui"> 4 <requires lib="gtk+" version="3.20"/> 5 <object class="GtkTreeStore" id="liststore2"> 6 <columns> 7 <!-- column-name check1 --> 8 <column type="gboolean"/> 9 <!-- column-name text --> 10 <column type="gchararray"/> 11 <!-- column-name id --> 12 <column type="gchararray"/> 13 <!-- column-name checkvis1 --> 14 <column type="gboolean"/> 15 <!-- column-name checktri1 --> 16 <column type="gboolean"/> 17 </columns> 18 </object> 19 <object class="GtkBox" id="AutocorrectOptionsPage"> 20 <property name="visible">True</property> 21 <property name="can_focus">False</property> 22 <property name="hexpand">True</property> 23 <property name="vexpand">True</property> 24 <property name="border_width">6</property> 25 <property name="orientation">vertical</property> 26 <child> 27 <object class="GtkScrolledWindow"> 28 <property name="visible">True</property> 29 <property name="can_focus">True</property> 30 <property name="hexpand">True</property> 31 <property name="vexpand">True</property> 32 <property name="shadow_type">in</property> 33 <child> 34 <object class="GtkTreeView" id="checklist"> 35 <property name="visible">True</property> 36 <property name="can_focus">True</property> 37 <property name="receives_default">True</property> 38 <property name="hexpand">True</property> 39 <property name="vexpand">True</property> 40 <property name="model">liststore2</property> 41 <property name="headers_visible">False</property> 42 <property name="search_column">1</property> 43 <property name="show_expanders">False</property> 44 <child internal-child="selection"> 45 <object class="GtkTreeSelection" id="Macro Library List-selection2"/> 46 </child> 47 <child> 48 <object class="GtkTreeViewColumn" id="treeviewcolumn4"> 49 <property name="resizable">True</property> 50 <property name="spacing">6</property> 51 <property name="alignment">0.5</property> 52 <child> 53 <object class="GtkCellRendererToggle" id="cellrenderer5"/> 54 <attributes> 55 <attribute name="visible">3</attribute> 56 <attribute name="active">0</attribute> 57 </attributes> 58 </child> 59 </object> 60 </child> 61 <child> 62 <object class="GtkTreeViewColumn" id="treeviewcolumn5"> 63 <property name="resizable">True</property> 64 <property name="spacing">6</property> 65 <child> 66 <object class="GtkCellRendererText" id="cellrenderer4"/> 67 <attributes> 68 <attribute name="text">1</attribute> 69 </attributes> 70 </child> 71 </object> 72 </child> 73 </object> 74 </child> 75 </object> 76 <packing> 77 <property name="expand">False</property> 78 <property name="fill">True</property> 79 <property name="position">0</property> 80 </packing> 81 </child> 82 <child internal-child="accessible"> 83 <object class="AtkObject" id="AutocorrectOptionsPage-atkobject"> 84 <property name="AtkObject::accessible-description" translatable="yes" context="acoroptionspage|extended_tip|AutocorrectOptionsPage">Select the options for automatically correcting errors as you type, and then click OK.</property> 85 </object> 86 </child> 87 </object> 88</interface> 89
