Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- Generated with glade 3.18.3 --> |
| 3 | <interface> |
| 4 | <requires lib="gtk+" version="3.12"/> |
| 5 | <object class="GtkListStore" id="file_store"> |
| 6 | <columns> |
| 7 | <!-- column-name Filename --> |
| 8 | <column type="gchararray"/> |
| 9 | <!-- column-name Size --> |
| 10 | <column type="glong"/> |
| 11 | </columns> |
| 12 | </object> |
| 13 | <object class="GtkListStore" id="package_store"> |
| 14 | <columns> |
| 15 | <!-- column-name Package --> |
| 16 | <column type="gchararray"/> |
| 17 | <!-- column-name Size --> |
| 18 | <column type="glong"/> |
| 19 | </columns> |
| 20 | </object> |
| 21 | <object class="GtkListStore" id="pkgdata_store"> |
| 22 | <columns> |
| 23 | <!-- column-name Name --> |
| 24 | <column type="gchararray"/> |
| 25 | <!-- column-name Path --> |
| 26 | <column type="gchararray"/> |
| 27 | </columns> |
| 28 | </object> |
| 29 | <object class="GtkListStore" id="recipe_store"> |
| 30 | <columns> |
| 31 | <!-- column-name Recipe --> |
| 32 | <column type="gchararray"/> |
| 33 | </columns> |
| 34 | </object> |
| 35 | <object class="GtkWindow" id="window"> |
| 36 | <property name="can_focus">False</property> |
| 37 | <property name="title" translatable="yes">Package Data Browser</property> |
| 38 | <property name="default_width">1200</property> |
| 39 | <property name="default_height">900</property> |
| 40 | <property name="icon_name">accessories-dictionary</property> |
| 41 | <property name="has_resize_grip">True</property> |
| 42 | <child> |
| 43 | <object class="GtkBox" id="box1"> |
| 44 | <property name="visible">True</property> |
| 45 | <property name="can_focus">False</property> |
| 46 | <property name="margin_left">4</property> |
| 47 | <property name="margin_right">4</property> |
| 48 | <property name="margin_top">4</property> |
| 49 | <property name="margin_bottom">4</property> |
| 50 | <property name="orientation">vertical</property> |
| 51 | <property name="spacing">4</property> |
| 52 | <child> |
| 53 | <object class="GtkComboBox" id="pkgdata_combo"> |
| 54 | <property name="can_focus">False</property> |
| 55 | <property name="model">pkgdata_store</property> |
| 56 | <property name="id_column">1</property> |
| 57 | <child> |
| 58 | <object class="GtkCellRendererText" id="cellrenderertext5"/> |
| 59 | <attributes> |
| 60 | <attribute name="text">0</attribute> |
| 61 | </attributes> |
| 62 | </child> |
| 63 | </object> |
| 64 | <packing> |
| 65 | <property name="expand">False</property> |
| 66 | <property name="fill">True</property> |
| 67 | <property name="position">0</property> |
| 68 | </packing> |
| 69 | </child> |
| 70 | <child> |
| 71 | <object class="GtkPaned" id="paned1"> |
| 72 | <property name="visible">True</property> |
| 73 | <property name="can_focus">True</property> |
| 74 | <property name="position">400</property> |
| 75 | <property name="position_set">True</property> |
| 76 | <child> |
| 77 | <object class="GtkScrolledWindow" id="scrolledwindow1"> |
| 78 | <property name="visible">True</property> |
| 79 | <property name="can_focus">True</property> |
| 80 | <property name="shadow_type">in</property> |
| 81 | <property name="min_content_width">100</property> |
| 82 | <child> |
| 83 | <object class="GtkTreeView" id="recipe_view"> |
| 84 | <property name="visible">True</property> |
| 85 | <property name="can_focus">True</property> |
| 86 | <property name="model">recipe_store</property> |
| 87 | <property name="search_column">0</property> |
| 88 | <property name="fixed_height_mode">True</property> |
| 89 | <property name="show_expanders">False</property> |
| 90 | <child internal-child="selection"> |
| 91 | <object class="GtkTreeSelection" id="treeview-selection1"/> |
| 92 | </child> |
| 93 | <child> |
| 94 | <object class="GtkTreeViewColumn" id="treeviewcolumn1"> |
| 95 | <property name="sizing">fixed</property> |
| 96 | <property name="title" translatable="yes">Recipe</property> |
| 97 | <child> |
| 98 | <object class="GtkCellRendererText" id="cellrenderertext1"/> |
| 99 | <attributes> |
| 100 | <attribute name="text">0</attribute> |
| 101 | </attributes> |
| 102 | </child> |
| 103 | </object> |
| 104 | </child> |
| 105 | </object> |
| 106 | </child> |
| 107 | </object> |
| 108 | <packing> |
| 109 | <property name="resize">False</property> |
| 110 | <property name="shrink">True</property> |
| 111 | </packing> |
| 112 | </child> |
| 113 | <child> |
| 114 | <object class="GtkPaned" id="paned2"> |
| 115 | <property name="visible">True</property> |
| 116 | <property name="can_focus">True</property> |
| 117 | <property name="position">400</property> |
| 118 | <property name="position_set">True</property> |
| 119 | <child> |
| 120 | <object class="GtkScrolledWindow" id="scrolledwindow2"> |
| 121 | <property name="visible">True</property> |
| 122 | <property name="can_focus">True</property> |
| 123 | <property name="shadow_type">in</property> |
| 124 | <property name="min_content_width">100</property> |
| 125 | <child> |
| 126 | <object class="GtkTreeView" id="package_view"> |
| 127 | <property name="visible">True</property> |
| 128 | <property name="can_focus">True</property> |
| 129 | <property name="model">package_store</property> |
| 130 | <property name="search_column">0</property> |
| 131 | <property name="show_expanders">False</property> |
| 132 | <child internal-child="selection"> |
| 133 | <object class="GtkTreeSelection" id="treeview-selection2"/> |
| 134 | </child> |
| 135 | <child> |
| 136 | <object class="GtkTreeViewColumn" id="package_name_column"> |
| 137 | <property name="resizable">True</property> |
| 138 | <property name="sizing">autosize</property> |
| 139 | <property name="title" translatable="yes">Package</property> |
| 140 | <property name="sort_column_id">0</property> |
| 141 | <child> |
| 142 | <object class="GtkCellRendererText" id="cellrenderertext2"/> |
| 143 | <attributes> |
| 144 | <attribute name="text">0</attribute> |
| 145 | </attributes> |
| 146 | </child> |
| 147 | </object> |
| 148 | </child> |
| 149 | <child> |
| 150 | <object class="GtkTreeViewColumn" id="package_size_column"> |
| 151 | <property name="resizable">True</property> |
| 152 | <property name="sizing">autosize</property> |
| 153 | <property name="title" translatable="yes">Size</property> |
| 154 | <property name="sort_column_id">1</property> |
| 155 | <child> |
| 156 | <object class="GtkCellRendererText" id="package_size_cell"/> |
| 157 | </child> |
| 158 | </object> |
| 159 | </child> |
| 160 | </object> |
| 161 | </child> |
| 162 | </object> |
| 163 | <packing> |
| 164 | <property name="resize">False</property> |
| 165 | <property name="shrink">True</property> |
| 166 | </packing> |
| 167 | </child> |
| 168 | <child> |
| 169 | <object class="GtkBox" id="box2"> |
| 170 | <property name="visible">True</property> |
| 171 | <property name="can_focus">False</property> |
| 172 | <property name="margin_left">4</property> |
| 173 | <property name="orientation">vertical</property> |
| 174 | <property name="spacing">4</property> |
| 175 | <child> |
| 176 | <object class="GtkLabel" id="label1"> |
| 177 | <property name="visible">True</property> |
| 178 | <property name="can_focus">False</property> |
| 179 | <property name="xalign">0</property> |
| 180 | <property name="label" translatable="yes">label</property> |
| 181 | </object> |
| 182 | <packing> |
| 183 | <property name="expand">False</property> |
| 184 | <property name="fill">True</property> |
| 185 | <property name="position">0</property> |
| 186 | </packing> |
| 187 | </child> |
| 188 | <child> |
| 189 | <object class="GtkLabel" id="depends_label"> |
| 190 | <property name="visible">True</property> |
| 191 | <property name="can_focus">False</property> |
| 192 | <property name="xalign">0</property> |
| 193 | <property name="label" translatable="yes">depends_label</property> |
| 194 | <property name="wrap">True</property> |
| 195 | <property name="track_visited_links">False</property> |
| 196 | </object> |
| 197 | <packing> |
| 198 | <property name="expand">False</property> |
| 199 | <property name="fill">True</property> |
| 200 | <property name="position">1</property> |
| 201 | </packing> |
| 202 | </child> |
| 203 | <child> |
| 204 | <object class="GtkLabel" id="recommends_label"> |
| 205 | <property name="visible">True</property> |
| 206 | <property name="can_focus">False</property> |
| 207 | <property name="xalign">0</property> |
| 208 | <property name="label" translatable="yes">recs_label</property> |
| 209 | <property name="wrap">True</property> |
| 210 | <property name="track_visited_links">False</property> |
| 211 | </object> |
| 212 | <packing> |
| 213 | <property name="expand">False</property> |
| 214 | <property name="fill">True</property> |
| 215 | <property name="position">2</property> |
| 216 | </packing> |
| 217 | </child> |
| 218 | <child> |
| 219 | <object class="GtkLabel" id="suggests_label"> |
| 220 | <property name="visible">True</property> |
| 221 | <property name="can_focus">False</property> |
| 222 | <property name="xalign">0</property> |
| 223 | <property name="label" translatable="yes">suggests_label</property> |
| 224 | <property name="wrap">True</property> |
| 225 | <property name="track_visited_links">False</property> |
| 226 | </object> |
| 227 | <packing> |
| 228 | <property name="expand">False</property> |
| 229 | <property name="fill">True</property> |
| 230 | <property name="position">3</property> |
| 231 | </packing> |
| 232 | </child> |
| 233 | <child> |
| 234 | <object class="GtkLabel" id="provides_label"> |
| 235 | <property name="visible">True</property> |
| 236 | <property name="can_focus">False</property> |
| 237 | <property name="xalign">0</property> |
| 238 | <property name="label" translatable="yes">provides_label</property> |
| 239 | <property name="wrap">True</property> |
| 240 | <property name="track_visited_links">False</property> |
| 241 | </object> |
| 242 | <packing> |
| 243 | <property name="expand">False</property> |
| 244 | <property name="fill">True</property> |
| 245 | <property name="position">4</property> |
| 246 | </packing> |
| 247 | </child> |
| 248 | <child> |
| 249 | <object class="GtkLabel" id="files_label"> |
| 250 | <property name="visible">True</property> |
| 251 | <property name="can_focus">False</property> |
| 252 | <property name="xalign">0</property> |
| 253 | <property name="label" translatable="yes">files_label</property> |
| 254 | <property name="ellipsize">end</property> |
| 255 | </object> |
| 256 | <packing> |
| 257 | <property name="expand">False</property> |
| 258 | <property name="fill">True</property> |
| 259 | <property name="position">5</property> |
| 260 | </packing> |
| 261 | </child> |
| 262 | <child> |
| 263 | <object class="GtkScrolledWindow" id="files_scrollview"> |
| 264 | <property name="visible">True</property> |
| 265 | <property name="can_focus">True</property> |
| 266 | <property name="shadow_type">in</property> |
| 267 | <child> |
| 268 | <object class="GtkTreeView" id="files_view"> |
| 269 | <property name="visible">True</property> |
| 270 | <property name="can_focus">True</property> |
| 271 | <property name="model">file_store</property> |
| 272 | <property name="rules_hint">True</property> |
| 273 | <property name="search_column">0</property> |
| 274 | <property name="show_expanders">False</property> |
| 275 | <child internal-child="selection"> |
| 276 | <object class="GtkTreeSelection" id="treeview-selection3"/> |
| 277 | </child> |
| 278 | <child> |
| 279 | <object class="GtkTreeViewColumn" id="file_name_column"> |
| 280 | <property name="title" translatable="yes">Name</property> |
| 281 | <property name="sort_indicator">True</property> |
| 282 | <property name="sort_column_id">0</property> |
| 283 | <child> |
| 284 | <object class="GtkCellRendererText" id="cellrenderertext3"> |
| 285 | <property name="background_rgba">rgba(0,0,0,0)</property> |
| 286 | </object> |
| 287 | <attributes> |
| 288 | <attribute name="text">0</attribute> |
| 289 | </attributes> |
| 290 | </child> |
| 291 | </object> |
| 292 | </child> |
| 293 | <child> |
| 294 | <object class="GtkTreeViewColumn" id="file_size_column"> |
| 295 | <property name="title" translatable="yes">Size</property> |
| 296 | <property name="sort_indicator">True</property> |
| 297 | <property name="sort_column_id">1</property> |
| 298 | <child> |
| 299 | <object class="GtkCellRendererText" id="file_size_cell"/> |
| 300 | <attributes> |
| 301 | <attribute name="text">1</attribute> |
| 302 | </attributes> |
| 303 | </child> |
| 304 | </object> |
| 305 | </child> |
| 306 | </object> |
| 307 | </child> |
| 308 | </object> |
| 309 | <packing> |
| 310 | <property name="expand">True</property> |
| 311 | <property name="fill">True</property> |
| 312 | <property name="position">6</property> |
| 313 | </packing> |
| 314 | </child> |
| 315 | </object> |
| 316 | <packing> |
| 317 | <property name="resize">True</property> |
| 318 | <property name="shrink">True</property> |
| 319 | </packing> |
| 320 | </child> |
| 321 | </object> |
| 322 | <packing> |
| 323 | <property name="resize">True</property> |
| 324 | <property name="shrink">True</property> |
| 325 | </packing> |
| 326 | </child> |
| 327 | </object> |
| 328 | <packing> |
| 329 | <property name="expand">True</property> |
| 330 | <property name="fill">True</property> |
| 331 | <property name="position">1</property> |
| 332 | </packing> |
| 333 | </child> |
| 334 | </object> |
| 335 | </child> |
| 336 | </object> |
| 337 | </interface> |