diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/mat.glade | 103 |
1 files changed, 52 insertions, 51 deletions
diff --git a/data/mat.glade b/data/mat.glade index 88b56ff..eabf4f1 100644 --- a/data/mat.glade +++ b/data/mat.glade | |||
| @@ -37,6 +37,32 @@ | |||
| 37 | <property name="vexpand">True</property> | 37 | <property name="vexpand">True</property> |
| 38 | <property name="orientation">vertical</property> | 38 | <property name="orientation">vertical</property> |
| 39 | <property name="spacing">2</property> | 39 | <property name="spacing">2</property> |
| 40 | <child internal-child="action_area"> | ||
| 41 | <object class="GtkButtonBox" id="MetadataPopupButtons"> | ||
| 42 | <property name="can_focus">False</property> | ||
| 43 | <property name="layout_style">end</property> | ||
| 44 | <child> | ||
| 45 | <object class="GtkButton" id="MetadataPopupOKButton"> | ||
| 46 | <property name="label">gtk-ok</property> | ||
| 47 | <property name="visible">True</property> | ||
| 48 | <property name="can_focus">False</property> | ||
| 49 | <property name="receives_default">True</property> | ||
| 50 | <property name="use_stock">True</property> | ||
| 51 | </object> | ||
| 52 | <packing> | ||
| 53 | <property name="expand">False</property> | ||
| 54 | <property name="fill">True</property> | ||
| 55 | <property name="position">0</property> | ||
| 56 | </packing> | ||
| 57 | </child> | ||
| 58 | </object> | ||
| 59 | <packing> | ||
| 60 | <property name="expand">False</property> | ||
| 61 | <property name="fill">True</property> | ||
| 62 | <property name="pack_type">end</property> | ||
| 63 | <property name="position">1</property> | ||
| 64 | </packing> | ||
| 65 | </child> | ||
| 40 | <child> | 66 | <child> |
| 41 | <object class="GtkScrolledWindow" id="MetadataPopupScrolledWindow"> | 67 | <object class="GtkScrolledWindow" id="MetadataPopupScrolledWindow"> |
| 42 | <property name="visible">True</property> | 68 | <property name="visible">True</property> |
| @@ -73,7 +99,9 @@ | |||
| 73 | <property name="expand">True</property> | 99 | <property name="expand">True</property> |
| 74 | <property name="sort_column_id">1</property> | 100 | <property name="sort_column_id">1</property> |
| 75 | <child> | 101 | <child> |
| 76 | <object class="GtkCellRendererText" id="MetadataPopupTreeViewContentCell"/> | 102 | <object class="GtkCellRendererText" id="MetadataPopupTreeViewContentCell"> |
| 103 | <property name="editable">True</property> | ||
| 104 | </object> | ||
| 77 | <attributes> | 105 | <attributes> |
| 78 | <attribute name="text">1</attribute> | 106 | <attribute name="text">1</attribute> |
| 79 | </attributes> | 107 | </attributes> |
| @@ -89,14 +117,33 @@ | |||
| 89 | <property name="position">0</property> | 117 | <property name="position">0</property> |
| 90 | </packing> | 118 | </packing> |
| 91 | </child> | 119 | </child> |
| 120 | </object> | ||
| 121 | </child> | ||
| 122 | <action-widgets> | ||
| 123 | <action-widget response="0">MetadataPopupOKButton</action-widget> | ||
| 124 | </action-widgets> | ||
| 125 | </object> | ||
| 126 | <object class="GtkDialog" id="SupportedWindow"> | ||
| 127 | <property name="can_focus">False</property> | ||
| 128 | <property name="title" translatable="yes">Supported formats</property> | ||
| 129 | <property name="resizable">False</property> | ||
| 130 | <property name="modal">True</property> | ||
| 131 | <property name="destroy_with_parent">True</property> | ||
| 132 | <property name="type_hint">dialog</property> | ||
| 133 | <property name="skip_taskbar_hint">True</property> | ||
| 134 | <property name="skip_pager_hint">True</property> | ||
| 135 | <signal name="delete-event" handler="cb_hide_widget" swapped="no"/> | ||
| 136 | <child internal-child="vbox"> | ||
| 137 | <object class="GtkBox" id="SupportedWindowVbox"> | ||
| 138 | <property name="can_focus">False</property> | ||
| 139 | <property name="orientation">vertical</property> | ||
| 92 | <child internal-child="action_area"> | 140 | <child internal-child="action_area"> |
| 93 | <object class="GtkButtonBox" id="MetadataPopupButtons"> | 141 | <object class="GtkButtonBox" id="supported_action_area"> |
| 94 | <property name="can_focus">False</property> | 142 | <property name="can_focus">False</property> |
| 95 | <property name="layout_style">end</property> | 143 | <property name="layout_style">end</property> |
| 96 | <child> | 144 | <child> |
| 97 | <object class="GtkButton" id="MetadataPopupOKButton"> | 145 | <object class="GtkButton" id="supported_OK"> |
| 98 | <property name="label">gtk-ok</property> | 146 | <property name="label">gtk-ok</property> |
| 99 | <property name="visible">True</property> | ||
| 100 | <property name="can_focus">False</property> | 147 | <property name="can_focus">False</property> |
| 101 | <property name="receives_default">True</property> | 148 | <property name="receives_default">True</property> |
| 102 | <property name="use_stock">True</property> | 149 | <property name="use_stock">True</property> |
| @@ -104,7 +151,7 @@ | |||
| 104 | <packing> | 151 | <packing> |
| 105 | <property name="expand">False</property> | 152 | <property name="expand">False</property> |
| 106 | <property name="fill">True</property> | 153 | <property name="fill">True</property> |
| 107 | <property name="position">0</property> | 154 | <property name="position">1</property> |
| 108 | </packing> | 155 | </packing> |
| 109 | </child> | 156 | </child> |
| 110 | </object> | 157 | </object> |
| @@ -115,27 +162,6 @@ | |||
| 115 | <property name="position">1</property> | 162 | <property name="position">1</property> |
| 116 | </packing> | 163 | </packing> |
| 117 | </child> | 164 | </child> |
| 118 | </object> | ||
| 119 | </child> | ||
| 120 | <action-widgets> | ||
| 121 | <action-widget response="0">MetadataPopupOKButton</action-widget> | ||
| 122 | </action-widgets> | ||
| 123 | </object> | ||
| 124 | <object class="GtkDialog" id="SupportedWindow"> | ||
| 125 | <property name="can_focus">False</property> | ||
| 126 | <property name="title" translatable="yes">Supported formats</property> | ||
| 127 | <property name="resizable">False</property> | ||
| 128 | <property name="modal">True</property> | ||
| 129 | <property name="destroy_with_parent">True</property> | ||
| 130 | <property name="type_hint">dialog</property> | ||
| 131 | <property name="skip_taskbar_hint">True</property> | ||
| 132 | <property name="skip_pager_hint">True</property> | ||
| 133 | <property name="has_resize_grip">False</property> | ||
| 134 | <signal name="delete-event" handler="cb_hide_widget" swapped="no"/> | ||
| 135 | <child internal-child="vbox"> | ||
| 136 | <object class="GtkBox" id="SupportedWindowVbox"> | ||
| 137 | <property name="can_focus">False</property> | ||
| 138 | <property name="orientation">vertical</property> | ||
| 139 | <child> | 165 | <child> |
| 140 | <object class="GtkGrid" id="SupportedWindowGrid"> | 166 | <object class="GtkGrid" id="SupportedWindowGrid"> |
| 141 | <property name="can_focus">False</property> | 167 | <property name="can_focus">False</property> |
| @@ -267,31 +293,6 @@ | |||
| 267 | <property name="position">0</property> | 293 | <property name="position">0</property> |
| 268 | </packing> | 294 | </packing> |
| 269 | </child> | 295 | </child> |
| 270 | <child internal-child="action_area"> | ||
| 271 | <object class="GtkButtonBox" id="supported_action_area"> | ||
| 272 | <property name="can_focus">False</property> | ||
| 273 | <property name="layout_style">end</property> | ||
| 274 | <child> | ||
| 275 | <object class="GtkButton" id="supported_OK"> | ||
| 276 | <property name="label">gtk-ok</property> | ||
| 277 | <property name="can_focus">False</property> | ||
| 278 | <property name="receives_default">True</property> | ||
| 279 | <property name="use_stock">True</property> | ||
| 280 | </object> | ||
| 281 | <packing> | ||
| 282 | <property name="expand">False</property> | ||
| 283 | <property name="fill">True</property> | ||
| 284 | <property name="position">1</property> | ||
| 285 | </packing> | ||
| 286 | </child> | ||
| 287 | </object> | ||
| 288 | <packing> | ||
| 289 | <property name="expand">False</property> | ||
| 290 | <property name="fill">True</property> | ||
| 291 | <property name="pack_type">end</property> | ||
| 292 | <property name="position">1</property> | ||
| 293 | </packing> | ||
| 294 | </child> | ||
| 295 | </object> | 296 | </object> |
| 296 | </child> | 297 | </child> |
| 297 | <action-widgets> | 298 | <action-widgets> |
