|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!-- Generated with glade 3.40.0 --> |
| 3 | +<interface> |
| 4 | + <requires lib="gtk+" version="3.10"/> |
| 5 | + <object class="GtkDialog" id="plugins"> |
| 6 | + <property name="can-focus">False</property> |
| 7 | + <property name="title" translatable="yes">Plugins</property> |
| 8 | + <property name="default-width">500</property> |
| 9 | + <property name="default-height">300</property> |
| 10 | + <property name="type-hint">dialog</property> |
| 11 | + <child internal-child="vbox"> |
| 12 | + <object class="GtkBox" id="dialog_vbox"> |
| 13 | + <property name="can-focus">False</property> |
| 14 | + <property name="orientation">vertical</property> |
| 15 | + <child internal-child="action_area"> |
| 16 | + <object class="GtkButtonBox" id="dialog_action_area"> |
| 17 | + <property name="visible">True</property> |
| 18 | + <property name="can-focus">False</property> |
| 19 | + <property name="layout-style">end</property> |
| 20 | + <child> |
| 21 | + <object class="GtkButton" id="configure"> |
| 22 | + <property name="label" translatable="yes">_Configure</property> |
| 23 | + <property name="visible">True</property> |
| 24 | + <property name="can-focus">True</property> |
| 25 | + <property name="receives-default">True</property> |
| 26 | + <property name="use-underline">True</property> |
| 27 | + </object> |
| 28 | + <packing> |
| 29 | + <property name="expand">True</property> |
| 30 | + <property name="fill">True</property> |
| 31 | + <property name="position">0</property> |
| 32 | + </packing> |
| 33 | + </child> |
| 34 | + <child> |
| 35 | + <object class="GtkButton" id="close"> |
| 36 | + <property name="label">gtk-close</property> |
| 37 | + <property name="visible">True</property> |
| 38 | + <property name="can-focus">True</property> |
| 39 | + <property name="can-default">True</property> |
| 40 | + <property name="receives-default">False</property> |
| 41 | + <property name="use-stock">True</property> |
| 42 | + <signal name="clicked" handler="gtk_widget_destroy" object="plugins" after="yes" swapped="yes"/> |
| 43 | + </object> |
| 44 | + <packing> |
| 45 | + <property name="expand">False</property> |
| 46 | + <property name="fill">False</property> |
| 47 | + <property name="position">1</property> |
| 48 | + </packing> |
| 49 | + </child> |
| 50 | + </object> |
| 51 | + <packing> |
| 52 | + <property name="expand">False</property> |
| 53 | + <property name="fill">False</property> |
| 54 | + <property name="position">0</property> |
| 55 | + </packing> |
| 56 | + </child> |
| 57 | + <child> |
| 58 | + <object class="GtkScrolledWindow"> |
| 59 | + <property name="visible">True</property> |
| 60 | + <property name="can-focus">True</property> |
| 61 | + <property name="shadow-type">in</property> |
| 62 | + <child> |
| 63 | + <object class="GtkViewport"> |
| 64 | + <property name="visible">True</property> |
| 65 | + <property name="can-focus">False</property> |
| 66 | + <child> |
| 67 | + <object class="GtkListBox" id="plugins_listbox"> |
| 68 | + <property name="can-focus">False</property> |
| 69 | + <property name="hexpand">True</property> |
| 70 | + <property name="vexpand">True</property> |
| 71 | + </object> |
| 72 | + </child> |
| 73 | + </object> |
| 74 | + </child> |
| 75 | + </object> |
| 76 | + <packing> |
| 77 | + <property name="expand">True</property> |
| 78 | + <property name="fill">True</property> |
| 79 | + <property name="padding">6</property> |
| 80 | + <property name="position">1</property> |
| 81 | + </packing> |
| 82 | + </child> |
| 83 | + </object> |
| 84 | + </child> |
| 85 | + </object> |
| 86 | +</interface> |
0 commit comments